IsKeyword_Pure_PureValue

given IsKeyword_Pure_PureValue[PureValue]: IsKeyword[Pure[PureValue], PureValue]

Extensions

Inherited extensions

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