- All Superinterfaces:
Applicative<PureIO<R,E,?>>, Functor<PureIO<R,E,?>>, Invariant<PureIO<R,E,?>>, PureIOPure<R,E>
interface PureIOApplicative<R,E>
extends PureIOPure<R,E>
-
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, map, mapN, mapN, mapN, mapN, mapN, mapN, mapN, mapN, tuple, tuple, tuple, tuple
Methods inherited from interface com.github.tonivade.purefun.typeclasses.Functor
imap, lift
Methods inherited from interface com.github.tonivade.purefun.instances.PureIOPure
pure
-
-
Method Details
-
ap
default <A,
B> PureIO<R,E,B> ap(Kind<PureIO<R,E,?>,? extends A> value,
Kind<PureIO<R,E,?>,? extends Function1<? super A,? extends B>> apply)
- Specified by:
ap in interface Applicative<R>