IsKeyword_Put_Unit

given IsKeyword_Put_Unit[S]: IsKeyword[Put[S], Unit]

Extensions

Inherited extensions

extension (keyword: Keyword)
@inline
def as[Domain](using run: Run[Put[S], Domain, Unit]): Domain
Inherited from
IsKeyword
@inline
def to[Domain[_]](using run: Run[Put[S], Domain[Unit], Unit]): Domain[Unit]
Inherited from
IsKeyword
extension (keywordOrView: KeywordOrView)
def flatMap[Mapped <: Yield[MappedElement], MappedElement](flatMapper: Unit => Mapped): FlatMap[Put[S], Unit, Mapped, MappedElement]
Inherited from
HasValueOrElement
def foreach(action: Element => Unit): Foreach[Put[S], Unit]
Inherited from
HasValueOrElement
def foreach[Nested <: Do](action: Unit => Nested): FlatForeach[Put[S], Unit, Nested]
Inherited from
HasValueOrElement
def map[Mapped](mapper: Unit => Mapped): Map[Put[S], Unit, Mapped]
Inherited from
HasValueOrElement
def withFilter(filter: Element => Boolean): WithFilter[Put[S], Unit]
Inherited from
HasValueOrElement