Uses of Class
com.jnape.palatable.lambda.functor.builtin.Lazy
Packages that use Lazy
Package
Description
-
Uses of Lazy in com.jnape.palatable.lambda.adt
Methods in com.jnape.palatable.lambda.adt that return LazyModifier and TypeMethodDescriptionGiven alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Terminate early if this is aMaybe.Nothing
; otherwise, continue thezip
.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
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 with parameters of type LazyModifier and TypeMethodDescriptionGiven alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Terminate early if this is aMaybe.Nothing
; otherwise, continue thezip
.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports. -
Uses of Lazy in com.jnape.palatable.lambda.adt.choice
Methods in com.jnape.palatable.lambda.adt.choice that return LazyModifier and TypeMethodDescriptionGiven alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Choice5.lazyZip
(Lazy<? extends Applicative<Fn1<? super E, ? extends F>, Choice5<A, B, C, D, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Choice6.lazyZip
(Lazy<? extends Applicative<Fn1<? super F, ? extends G>, Choice6<A, B, C, D, E, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Choice7.lazyZip
(Lazy<? extends Applicative<Fn1<? super G, ? extends H>, Choice7<A, B, C, D, E, F, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Choice8.lazyZip
(Lazy<? extends Applicative<Fn1<? super H, ? extends I>, Choice8<A, B, C, D, E, F, G, ?>>> lazyAppFn) Given alazy
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 with parameters of type LazyModifier and TypeMethodDescriptionGiven alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Choice5.lazyZip
(Lazy<? extends Applicative<Fn1<? super E, ? extends F>, Choice5<A, B, C, D, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Choice6.lazyZip
(Lazy<? extends Applicative<Fn1<? super F, ? extends G>, Choice6<A, B, C, D, E, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Choice7.lazyZip
(Lazy<? extends Applicative<Fn1<? super G, ? extends H>, Choice7<A, B, C, D, E, F, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Choice8.lazyZip
(Lazy<? extends Applicative<Fn1<? super H, ? extends I>, Choice8<A, B, C, D, E, F, G, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports. -
Uses of Lazy in com.jnape.palatable.lambda.adt.hlist
Methods in com.jnape.palatable.lambda.adt.hlist that return LazyModifier and TypeMethodDescription<_1Prime> Lazy
<SingletonHList<_1Prime>> SingletonHList.lazyZip
(Lazy<? extends Applicative<Fn1<? super _1, ? extends _1Prime>, SingletonHList<?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple2.lazyZip
(Lazy<? extends Applicative<Fn1<? super _2, ? extends _2Prime>, Tuple2<_1, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple3.lazyZip
(Lazy<? extends Applicative<Fn1<? super _3, ? extends _3Prime>, Tuple3<_1, _2, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple4.lazyZip
(Lazy<? extends Applicative<Fn1<? super _4, ? extends _4Prime>, Tuple4<_1, _2, _3, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple5.lazyZip
(Lazy<? extends Applicative<Fn1<? super _5, ? extends _5Prime>, Tuple5<_1, _2, _3, _4, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple6.lazyZip
(Lazy<? extends Applicative<Fn1<? super _6, ? extends _6Prime>, Tuple6<_1, _2, _3, _4, _5, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple7.lazyZip
(Lazy<? extends Applicative<Fn1<? super _7, ? extends _7Prime>, Tuple7<_1, _2, _3, _4, _5, _6, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple8.lazyZip
(Lazy<? extends Applicative<Fn1<? super _8, ? extends _8Prime>, Tuple8<_1, _2, _3, _4, _5, _6, _7, ?>>> lazyAppFn) Given alazy
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.hlist with parameters of type LazyModifier and TypeMethodDescription<_1Prime> Lazy
<SingletonHList<_1Prime>> SingletonHList.lazyZip
(Lazy<? extends Applicative<Fn1<? super _1, ? extends _1Prime>, SingletonHList<?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple2.lazyZip
(Lazy<? extends Applicative<Fn1<? super _2, ? extends _2Prime>, Tuple2<_1, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple3.lazyZip
(Lazy<? extends Applicative<Fn1<? super _3, ? extends _3Prime>, Tuple3<_1, _2, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple4.lazyZip
(Lazy<? extends Applicative<Fn1<? super _4, ? extends _4Prime>, Tuple4<_1, _2, _3, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple5.lazyZip
(Lazy<? extends Applicative<Fn1<? super _5, ? extends _5Prime>, Tuple5<_1, _2, _3, _4, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple6.lazyZip
(Lazy<? extends Applicative<Fn1<? super _6, ? extends _6Prime>, Tuple6<_1, _2, _3, _4, _5, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple7.lazyZip
(Lazy<? extends Applicative<Fn1<? super _7, ? extends _7Prime>, Tuple7<_1, _2, _3, _4, _5, _6, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Tuple8.lazyZip
(Lazy<? extends Applicative<Fn1<? super _8, ? extends _8Prime>, Tuple8<_1, _2, _3, _4, _5, _6, _7, ?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports. -
Uses of Lazy in com.jnape.palatable.lambda.functions
Methods in com.jnape.palatable.lambda.functions that return LazyModifier and TypeMethodDescriptionGiven alazy
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.functions with parameters of type LazyModifier and TypeMethodDescriptionGiven alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports. -
Uses of Lazy in com.jnape.palatable.lambda.functions.builtin.fn2
Methods in com.jnape.palatable.lambda.functions.builtin.fn2 that return LazyMethods in com.jnape.palatable.lambda.functions.builtin.fn2 that return types with arguments of type LazyModifier and TypeMethodDescriptionMethod parameters in com.jnape.palatable.lambda.functions.builtin.fn2 with type arguments of type Lazy -
Uses of Lazy in com.jnape.palatable.lambda.functions.builtin.fn3
Methods in com.jnape.palatable.lambda.functions.builtin.fn3 that return LazyModifier and TypeMethodDescriptionFoldRight.checkedApply
(Fn2<? super A, ? super Lazy<B>, ? extends Lazy<B>> fn, Lazy<B> acc, Iterable<A> as) static <A,
B> Lazy <B> FoldRight.foldRight
(Fn2<? super A, ? super Lazy<B>, ? extends Lazy<B>> fn, Lazy<B> acc, Iterable<A> as) Methods in com.jnape.palatable.lambda.functions.builtin.fn3 that return types with arguments of type LazyModifier and TypeMethodDescriptionMethods in com.jnape.palatable.lambda.functions.builtin.fn3 with parameters of type LazyModifier and TypeMethodDescriptionFoldRight.checkedApply
(Fn2<? super A, ? super Lazy<B>, ? extends Lazy<B>> fn, Lazy<B> acc, Iterable<A> as) static <A,
B> Lazy <B> FoldRight.foldRight
(Fn2<? super A, ? super Lazy<B>, ? extends Lazy<B>> fn, Lazy<B> acc, Iterable<A> as) Method parameters in com.jnape.palatable.lambda.functions.builtin.fn3 with type arguments of type LazyModifier and TypeMethodDescriptionFoldRight.checkedApply
(Fn2<? super A, ? super Lazy<B>, ? extends Lazy<B>> fn, Lazy<B> acc, Iterable<A> as) FoldRight.checkedApply
(Fn2<? super A, ? super Lazy<B>, ? extends Lazy<B>> fn, Lazy<B> acc, Iterable<A> as) static <A,
B> Lazy <B> FoldRight.foldRight
(Fn2<? super A, ? super Lazy<B>, ? extends Lazy<B>> fn, Lazy<B> acc, Iterable<A> as) static <A,
B> Lazy <B> FoldRight.foldRight
(Fn2<? super A, ? super Lazy<B>, ? extends Lazy<B>> fn, Lazy<B> acc, Iterable<A> as) -
Uses of Lazy in com.jnape.palatable.lambda.functor
Methods in com.jnape.palatable.lambda.functor that return LazyModifier and TypeMethodDescriptiondefault <B> Lazy
<? extends Applicative<B, App>> Given alazy
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.functor with parameters of type LazyModifier and TypeMethodDescriptiondefault <B> Lazy
<? extends Applicative<B, App>> Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports. -
Uses of Lazy in com.jnape.palatable.lambda.functor.builtin
Subclasses of Lazy in com.jnape.palatable.lambda.functor.builtinModifier and TypeClassDescriptionprivate static final class
Lazy.Compose<A>
private static final class
Lazy.Later<A>
Fields in com.jnape.palatable.lambda.functor.builtin declared as LazyFields in com.jnape.palatable.lambda.functor.builtin with type parameters of type LazyMethods in com.jnape.palatable.lambda.functor.builtin with type parameters of type LazyModifier and TypeMethodDescription<B,
App extends Applicative<?, App>, TravB extends Traversable<B, Lazy<?>>, AppTrav extends Applicative<TravB, App>>
AppTravLazy.traverse
(Fn1<? super A, ? extends Applicative<B, App>> fn, Fn1<? super TravB, ? extends AppTrav> pure) Applyfn
to 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.functor.builtin that return LazyModifier and TypeMethodDescriptionfinal <B> Lazy
<B> Lazy.discardL
(Applicative<B, Lazy<?>> appB) Sequence both thisApplicative
andappB
, discarding thisApplicative's
result and returningappB
.Lazy.discardR
(Applicative<B, Lazy<?>> appB) Sequence both thisApplicative
andappB
, discardingappB's
result and returning thisApplicative
.<B> Lazy
<B> Chain dependent computations that may continue or short-circuit based on previous results.final <B> Lazy
<B> Covariantly transmute this functor's parameter using the given mapping function.static <A> Lazy
<A> Lazy.lazy
(A value) Lift a pure value into a lazy computation.static <A> Lazy
<A> Wrap a computation in a lazy computation.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.final <B> Lazy
<B> Lazy.pure
(B b) Lift the valueb
into this applicative functor.<B> Lazy
<B> Lazy.trampolineM
(Fn1<? super A, ? extends MonadRec<RecursiveResult<A, B>, Lazy<?>>> fn) Given some operation yielding aRecursiveResult
inside thisMonadRec
, internally trampoline the operation until it yields atermination
instruction.<B> Lazy
<B> Lazy.zip
(Applicative<Fn1<? super A, ? extends B>, Lazy<?>> appFn) 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.functor.builtin that return types with arguments of type LazyMethods in com.jnape.palatable.lambda.functor.builtin with parameters of type LazyModifier and TypeMethodDescriptionGiven alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Method parameters in com.jnape.palatable.lambda.functor.builtin with type arguments of type LazyModifier and TypeMethodDescriptionfinal <B> Lazy
<B> Lazy.discardL
(Applicative<B, Lazy<?>> appB) Sequence both thisApplicative
andappB
, discarding thisApplicative's
result and returningappB
.Lazy.discardR
(Applicative<B, Lazy<?>> appB) Sequence both thisApplicative
andappB
, discardingappB's
result and returning thisApplicative
.<B> Lazy
<B> Chain dependent computations that may continue or short-circuit based on previous results.<B> Lazy
<B> Lazy.trampolineM
(Fn1<? super A, ? extends MonadRec<RecursiveResult<A, B>, Lazy<?>>> fn) Given some operation yielding aRecursiveResult
inside thisMonadRec
, internally trampoline the operation until it yields atermination
instruction.<B> Lazy
<B> Lazy.zip
(Applicative<Fn1<? super A, ? extends B>, Lazy<?>> appFn) Given another instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Constructors in com.jnape.palatable.lambda.functor.builtin with parameters of type LazyModifierConstructorDescriptionprivate
Constructor parameters in com.jnape.palatable.lambda.functor.builtin with type arguments of type Lazy -
Uses of Lazy in com.jnape.palatable.lambda.io
Methods in com.jnape.palatable.lambda.io that return LazyModifier and TypeMethodDescriptionGiven alazy
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.io with parameters of type LazyModifier and TypeMethodDescriptionGiven alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports. -
Uses of Lazy in com.jnape.palatable.lambda.monad
Methods in com.jnape.palatable.lambda.monad that return LazyModifier and TypeMethodDescriptionGiven alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.default <B> Lazy
<? extends MonadError<E, B, M>> Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.default <B> Lazy
<? extends MonadReader<R, B, MR>> Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.default <B> Lazy
<? extends MonadWriter<W, B, MW>> Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
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.monad with parameters of type LazyModifier and TypeMethodDescriptionGiven alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.default <B> Lazy
<? extends MonadError<E, B, M>> Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.default <B> Lazy
<? extends MonadReader<R, B, MR>> Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.default <B> Lazy
<? extends MonadWriter<W, B, MW>> Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports. -
Uses of Lazy in com.jnape.palatable.lambda.monad.transformer
Methods in com.jnape.palatable.lambda.monad.transformer that return LazyModifier and TypeMethodDescriptionGiven alazy
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.monad.transformer with parameters of type LazyModifier and TypeMethodDescriptionGiven alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports. -
Uses of Lazy in com.jnape.palatable.lambda.monad.transformer.builtin
Fields in com.jnape.palatable.lambda.monad.transformer.builtin with type parameters of type LazyMethods in com.jnape.palatable.lambda.monad.transformer.builtin with type parameters of type LazyModifier and TypeMethodDescriptionLazyT.runLazyT()
Recover the full structure of the embeddedMonad
.Methods in com.jnape.palatable.lambda.monad.transformer.builtin that return LazyModifier and TypeMethodDescriptionGiven alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
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.monad.transformer.builtin with parameters of type LazyModifier and TypeMethodDescriptionGiven alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.Method parameters in com.jnape.palatable.lambda.monad.transformer.builtin with type arguments of type LazyModifier and TypeMethodDescriptionConstructor parameters in com.jnape.palatable.lambda.monad.transformer.builtin with type arguments of type Lazy -
Uses of Lazy in com.jnape.palatable.lambda.monoid
Methods in com.jnape.palatable.lambda.monoid that return Lazy -
Uses of Lazy in com.jnape.palatable.lambda.optics
Methods in com.jnape.palatable.lambda.optics that return LazyModifier and TypeMethodDescriptionGiven alazy
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.optics with parameters of type LazyModifier and TypeMethodDescriptionGiven alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports. -
Uses of Lazy in com.jnape.palatable.lambda.semigroup
Methods in com.jnape.palatable.lambda.semigroup that return Lazy -
Uses of Lazy in com.jnape.palatable.lambda.traversable
Methods in com.jnape.palatable.lambda.traversable that return LazyModifier and TypeMethodDescription<B> Lazy
<LambdaIterable<B>> LambdaIterable.lazyZip
(Lazy<? extends Applicative<Fn1<? super A, ? extends B>, LambdaIterable<?>>> lazyAppFn) Given alazy
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.traversable with parameters of type LazyModifier and TypeMethodDescription<B> Lazy
<LambdaIterable<B>> LambdaIterable.lazyZip
(Lazy<? extends Applicative<Fn1<? super A, ? extends B>, LambdaIterable<?>>> lazyAppFn) Given alazy
instance of this applicative over a mapping function, "zip" the two instances together using whatever application semantics the current applicative supports.