Uses of Class
com.jnape.palatable.lambda.adt.choice.Choice7
Packages that use Choice7
-
Uses of Choice7 in com.jnape.palatable.lambda.adt.choice
Subclasses of Choice7 in com.jnape.palatable.lambda.adt.choiceModifier and TypeClassDescriptionprivate static final classChoice7._A<A,B, C, D, E, F, G> private static final classChoice7._B<A,B, C, D, E, F, G> private static final classChoice7._C<A,B, C, D, E, F, G> private static final classChoice7._D<A,B, C, D, E, F, G> private static final classChoice7._E<A,B, C, D, E, F, G> private static final classChoice7._F<A,B, C, D, E, F, G> private static final classChoice7._G<A,B, C, D, E, F, G> Methods in com.jnape.palatable.lambda.adt.choice with type parameters of type Choice7Modifier and TypeMethodDescription<H,App extends Applicative<?, App>, TravB extends Traversable<H, Choice7<A, B, C, D, E, F, ?>>, AppTrav extends Applicative<TravB, App>>
AppTravChoice7.traverse(Fn1<? super G, ? extends Applicative<H, App>> fn, Fn1<? super TravB, ? extends AppTrav> pure) Applyfnto each element of this traversable from left to right, and collapse the results into a single resulting applicative, potentially with the assistance of the applicative's pure function.Methods in com.jnape.palatable.lambda.adt.choice that return Choice7Modifier and TypeMethodDescriptionstatic <A,B, C, D, E, F, G>
Choice7<A, B, C, D, E, F, G> Choice7.a(A a) Static factory method for wrapping a value of typeAin aChoice7.static <A,B, C, D, E, F, G>
Choice7<A, B, C, D, E, F, G> Choice7.b(B b) Static factory method for wrapping a value of typeBin aChoice7.Dually map covariantly over both the left and right parameters.Covariantly map over the left parameter.Covariantly map over the right parameter.static <A,B, C, D, E, F, G>
Choice7<A, B, C, D, E, F, G> Choice7.c(C c) Static factory method for wrapping a value of typeCin aChoice7.Converge this coproduct down to a lower order coproduct by mapping the last possible type into an earlier possible type.static <A,B, C, D, E, F, G>
Choice7<A, B, C, D, E, F, G> Choice7.d(D d) Static factory method for wrapping a value of typeDin aChoice7.Sequence both thisApplicativeandappB, discarding thisApplicative'sresult and returningappB.Sequence both thisApplicativeandappB, discardingappB'sresult and returning thisApplicative.Choice6.diverge()Diverge this coproduct by introducing another possible type that it could represent.static <A,B, C, D, E, F, G>
Choice7<A, B, C, D, E, F, G> Choice7.e(E e) Static factory method for wrapping a value of typeEin aChoice7.static <A,B, C, D, E, F, G>
Choice7<A, B, C, D, E, F, G> Choice7.f(F f) Static factory method for wrapping a value of typeFin aChoice7.Chain dependent computations that may continue or short-circuit based on previous results.Covariantly transmute this functor's parameter using the given mapping function.static <A,B, C, D, E, F, G>
Choice7<A, B, C, D, E, F, G> Choice7.g(G g) Static factory method for wrapping a value of typeGin aChoice7.Choice7.pure(H h) Lift the valuebinto this applicative functor.Choice7.trampolineM(Fn1<? super G, ? extends MonadRec<RecursiveResult<G, H>, Choice7<A, B, C, D, E, F, ?>>> fn) Given some operation yielding aRecursiveResultinside thisMonadRec, internally trampoline the operation until it yields aterminationinstruction.Given another instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Methods in com.jnape.palatable.lambda.adt.choice that return types with arguments of type Choice7Modifier and TypeMethodDescriptionChoice7.lazyZip(Lazy<? extends Applicative<Fn1<? super G, ? extends H>, Choice7<A, B, C, D, E, F, ?>>> lazyAppFn) Given alazyinstance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Choice7.pureChoice()Method parameters in com.jnape.palatable.lambda.adt.choice with type arguments of type Choice7Modifier and TypeMethodDescriptionSequence both thisApplicativeandappB, discarding thisApplicative'sresult and returningappB.Sequence both thisApplicativeandappB, discardingappB'sresult and returning thisApplicative.Chain dependent computations that may continue or short-circuit based on previous results.Choice7.lazyZip(Lazy<? extends Applicative<Fn1<? super G, ? extends H>, Choice7<A, B, C, D, E, F, ?>>> lazyAppFn) Given alazyinstance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Choice7.trampolineM(Fn1<? super G, ? extends MonadRec<RecursiveResult<G, H>, Choice7<A, B, C, D, E, F, ?>>> fn) Given some operation yielding aRecursiveResultinside thisMonadRec, internally trampoline the operation until it yields aterminationinstruction.Given another instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.