Package com.jnape.palatable.lambda.functions.builtin.fn4
-
Class Summary Class Description IfThenElse<A,B> LiftA3<A,B,C,D,App extends Applicative<?,App>,AppD extends Applicative<D,App>> Lift into and apply anFn3
to threeApplicative
values, returning the result inside the sameApplicative
context.RateLimit<A>