Uses of Interface
com.jnape.palatable.lambda.functions.specialized.Pure
Packages that use Pure
Package
Description
-
Uses of Pure in com.jnape.palatable.lambda.adt
Methods in com.jnape.palatable.lambda.adt that return PureModifier and TypeMethodDescriptionEither.pureEither()
Maybe.pureMaybe()
These.pureThese()
Try.pureTry()
-
Uses of Pure in com.jnape.palatable.lambda.adt.choice
Methods in com.jnape.palatable.lambda.adt.choice that return PureModifier and TypeMethodDescriptionChoice2.pureChoice()
Choice3.pureChoice()
Choice4.pureChoice()
Choice5.pureChoice()
Choice6.pureChoice()
Choice7.pureChoice()
Choice8.pureChoice()
-
Uses of Pure in com.jnape.palatable.lambda.adt.hlist
Methods in com.jnape.palatable.lambda.adt.hlist that return PureModifier and TypeMethodDescriptionstatic Pure
<SingletonHList<?>> SingletonHList.pureSingletonHList()
The canonicalPure
instance forSingletonHList
.Tuple2.pureTuple
(_1 _1) Tuple3.pureTuple
(_1 _1, _2 _2) Tuple4.pureTuple
(_1 _1, _2 _2, _3 _3) Tuple5.pureTuple
(_1 _1, _2 _2, _3 _3, _4 _4) Tuple6.pureTuple
(_1 _1, _2 _2, _3 _3, _4 _4, _5 _5) Tuple7.pureTuple
(_1 _1, _2 _2, _3 _3, _4 _4, _5 _5, _6 _6) Tuple8.pureTuple
(_1 _1, _2 _2, _3 _3, _4 _4, _5 _5, _6 _6, _7 _7) -
Uses of Pure in com.jnape.palatable.lambda.functions
Methods in com.jnape.palatable.lambda.functions that return Pure -
Uses of Pure in com.jnape.palatable.lambda.functions.recursion
Methods in com.jnape.palatable.lambda.functions.recursion that return PureModifier and TypeMethodDescriptionstatic <A> Pure
<RecursiveResult<A, ?>> RecursiveResult.pureRecursiveResult()
The canonicalPure
instance forRecursiveResult
. -
Uses of Pure in com.jnape.palatable.lambda.functions.specialized
Methods in com.jnape.palatable.lambda.functions.specialized that return PureModifier and TypeMethodDescriptionstatic <F extends Applicative<?,
? extends F>>
Pure<F> Pure.of
(Applicative<?, ? extends F> app) Static method to aid inference.Methods in com.jnape.palatable.lambda.functions.specialized with parameters of type Pure -
Uses of Pure in com.jnape.palatable.lambda.functor.builtin
Methods in com.jnape.palatable.lambda.functor.builtin that return PureModifier and TypeMethodDescriptionstatic <F extends Applicative<?,
F>, G extends Applicative<?, G>>
Pure<Compose<F, G, ?>> Compose.pureCompose
(Pure<F> pureF, Pure<G> pureG) Const.pureConst
(A a) Identity.pureIdentity()
Lazy.pureLazy()
Market.pureMarket()
State.pureState()
Tagged.pureTagged()
Writer.pureWriter()
Methods in com.jnape.palatable.lambda.functor.builtin with parameters of type PureModifier and TypeMethodDescriptionstatic <F extends Applicative<?,
F>, G extends Applicative<?, G>>
Pure<Compose<F, G, ?>> Compose.pureCompose
(Pure<F> pureF, Pure<G> pureG) -
Uses of Pure in com.jnape.palatable.lambda.io
Methods in com.jnape.palatable.lambda.io that return Pure -
Uses of Pure in com.jnape.palatable.lambda.monad
Fields in com.jnape.palatable.lambda.monad declared as PureMethods in com.jnape.palatable.lambda.monad that return PureModifier and TypeMethodDescriptionMethods in com.jnape.palatable.lambda.monad with parameters of type PureModifier and TypeMethodDescriptionConstructors in com.jnape.palatable.lambda.monad with parameters of type Pure -
Uses of Pure in com.jnape.palatable.lambda.monad.transformer.builtin
Fields in com.jnape.palatable.lambda.monad.transformer.builtin declared as PureMethods in com.jnape.palatable.lambda.monad.transformer.builtin that return PureModifier and TypeMethodDescriptionEitherT.pureEitherT
(Pure<M> pureM) IdentityT.pureIdentityT
(Pure<M> pureM) IterateT.pureIterateT
(Pure<M> pureM) MaybeT.pureMaybeT
(Pure<M> pureM) ReaderT.pureReaderT
(Pure<M> pureM) StateT.pureStateT
(Pure<M> pureM) WriterT.pureWriterT
(Pure<M> pureM) Methods in com.jnape.palatable.lambda.monad.transformer.builtin with parameters of type PureModifier and TypeMethodDescriptionGiven aPure
ask will give you access to the input within the monadic embeddingStatic factory method for creating an emptyIterateT
.EitherT.pureEitherT
(Pure<M> pureM) IdentityT.pureIdentityT
(Pure<M> pureM) IterateT.pureIterateT
(Pure<M> pureM) MaybeT.pureMaybeT
(Pure<M> pureM) ReaderT.pureReaderT
(Pure<M> pureM) StateT.pureStateT
(Pure<M> pureM) WriterT.pureWriterT
(Pure<M> pureM) Constructors in com.jnape.palatable.lambda.monad.transformer.builtin with parameters of type Pure -
Uses of Pure in com.jnape.palatable.lambda.monoid.builtin
Methods in com.jnape.palatable.lambda.monoid.builtin with parameters of type Pure -
Uses of Pure in com.jnape.palatable.lambda.optics
Methods in com.jnape.palatable.lambda.optics that return PureMethods in com.jnape.palatable.lambda.optics with parameters of type Pure -
Uses of Pure in com.jnape.palatable.lambda.traversable
Methods in com.jnape.palatable.lambda.traversable that return PureModifier and TypeMethodDescriptionstatic Pure
<LambdaIterable<?>> LambdaIterable.pureLambdaIterable()
The canonicalPure
instance forLambdaIterable
.