IsKeyword_Return_Nothing

given IsKeyword_Return_Nothing[ReturnValue]: IsKeyword[Return[ReturnValue], Nothing]

Extensions

Inherited extensions

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