IsKeywordSubtype_Functor_Monadic_Value

given IsKeywordSubtype_Functor_Monadic_Value[Functor[_], Value]: IsKeywordSubtype[Functor[Value], Monadic[Functor, Value], Value]

Value members

Inherited methods

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