IsKeyword_Monadic_Value

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

Value members

Inherited methods

@unspecialized
def andThen[A](g: Monadic[Functor, Value] => A): Monadic[Functor, Value] => A
Inherited from
Function1
def apply(from: Monadic[Functor, Value]): Monadic[Functor, Value]
Inherited from
IsKeywordSubtype
@unspecialized
def compose[A](g: A => Monadic[Functor, Value]): A => Monadic[Functor, Value]
Inherited from
Function1
override
def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1