Monadic

object Monadic
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def apply[Functor[_], Value](f: Functor[Value]): Monadic[Functor, Value]
@inline
def cast[Functor[_], Value]: Functor[Value] =:= Monadic[Functor, Value]

Givens

Givens

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

Implicits

Implicits

implicit
def implicitMonadic[F[_], A](fa: F[A]): Monadic[F, A]