IsKeyword_Bind_A

given IsKeyword_Bind_A[M[_], A]: IsKeyword[Bind[M, A], A]

Extensions

Inherited extensions

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