IsKeyword_Typed_Value

given IsKeyword_Typed_Value[Keyword, Value]: IsKeyword[Typed[Keyword, Value], Value]

Extensions

Inherited extensions

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