IsKeyword_Monadic_Value

given IsKeyword_Monadic_Value[Functor[_], Value]: IsKeyword[Monadic[Functor, Value], Value]

Extensions

Inherited extensions

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