Package com.jnape.palatable.lambda.functions.builtin.fn5
-
Class Summary Class Description LiftA4<A,B,C,D,E,App extends Applicative<?,App>,AppE extends Applicative<E,App>> Lift into and apply anFn4
to fourApplicative
values, returning the result inside the sameApplicative
context.