- All Superinterfaces:
Bindable<Kleisli<F,Z,?>,A>, Kind<Kleisli<F,Z,?>,A>, KleisliOf<F,Z,A>, Mappable<Kleisli<F,Z,?>,A>
-
Method Summary
Methods inherited from interface com.github.tonivade.purefun.core.Bindable
andThen
Methods inherited from interface com.github.tonivade.purefun.Kind
fix, kind
-
Method Details
-
-
-
-
-
-
-
-
-
pure
static <F extends Kind<F,
?>,
A,
B> Kleisli<F,A,B> pure(Monad<F> monad,
B value)
-