IsKeyword_FlatMap_MappedValue

given IsKeyword_FlatMap_MappedValue[Upstream, UpstreamValue, Mapped, MappedValue](using val x$1: IsKeyword[Mapped, MappedValue]): IsKeyword[FlatMap[Upstream, Mapped], MappedValue]

Value members

Concrete fields

protected
val x$1: IsKeyword[Mapped, MappedValue]

Extensions

Inherited extensions

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