- All Superinterfaces:
Applicative<EitherT<F,L,?>>, Functor<EitherT<F,L,?>>, Invariant<EitherT<F,L,?>>, Monad<EitherT<F,L,?>>, Selective<EitherT<F,L,?>>
- All Known Subinterfaces:
EitherTMonadDefer<F>, EitherTMonadErrorFromMonad<F,E>, EitherTMonadErrorFromMonadError<F,E>, EitherTMonadThrowFromMonad<F>, EitherTMonadThrowFromMonadThrow<F>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.tonivade.purefun.typeclasses.Applicative
Applicative.Map2<F extends Kind<F,?>,A,B>, Applicative.Map3<F extends Kind<F,?>,A,B,C>, Applicative.Map4<F extends Kind<F,?>,A,B,C,D>, Applicative.Map5<F extends Kind<F,?>,A,B,C,D,E>
-
Method Summary
Methods inherited from interface com.github.tonivade.purefun.typeclasses.Applicative
first, last, mapN, mapN, mapN, mapN, mapN, mapN, mapN, mapN, tuple, tuple, tuple, tuple
Methods inherited from interface com.github.tonivade.purefun.typeclasses.Functor
imap, lift
-
Method Details
-
-
-
-
flatMap
default <T,
R> EitherT<F,L,R> flatMap(Kind<EitherT<F,L,?>,? extends T> value,
Function1<? super T,? extends Kind<EitherT<F,L,?>,? extends R>> map)
- Specified by:
flatMap in interface Monad<F extends Kind<F,?>>