IsKeyword_Keyword_Value

given IsKeyword_Keyword_Value[Keyword <: AsynchronousIo[Value], Value]: IsKeyword[Keyword, Value]

Extensions

Inherited extensions

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