Uses of Interface
com.jnape.palatable.lambda.functions.specialized.Kleisli
Packages that use Kleisli
Package
Description
-
Uses of Kleisli in com.jnape.palatable.lambda.functions.builtin.fn2
Classes in com.jnape.palatable.lambda.functions.builtin.fn2 that implement interfaces with type arguments of type KleisliMethods in com.jnape.palatable.lambda.functions.builtin.fn2 that return KleisliModifier and TypeMethodDescriptionMethod parameters in com.jnape.palatable.lambda.functions.builtin.fn2 with type arguments of type Kleisli -
Uses of Kleisli in com.jnape.palatable.lambda.functions.specialized
Methods in com.jnape.palatable.lambda.functions.specialized that return KleisliModifier and TypeMethodDescriptionContravariantly mapA <- B.Contravariantly map over the argument to this function, producing a function that takes the new argument type, and produces the same result.Kleisli.discardR(Applicative<C, Fn1<A, ?>> appB) Sequence both thisApplicativeandappB, discardingappB'sresult and returning thisApplicative.Adapt a compatible function into aKleisliarrow.Methods in com.jnape.palatable.lambda.functions.specialized with parameters of type KleisliModifier and TypeMethodDescription