@FunctionalInterface public interface ZippingApplicative<T,R,D extends IterableFunctor<R>> extends Functor<java.util.function.Function<? super T,? extends R>>
Modifier and Type | Method and Description |
---|---|
default <T2> D |
ap(IterableFunctor<T> f) |
IterableFunctor<java.util.function.Function<? super T,? extends R>> |
delegate() |
default <U> IterableFunctor<U> |
map(java.util.function.Function<? super java.util.function.Function<? super T,? extends R>,? extends U> fn) |
cast, patternMatch, peek, trampoline
default <U> IterableFunctor<U> map(java.util.function.Function<? super java.util.function.Function<? super T,? extends R>,? extends U> fn)
IterableFunctor<java.util.function.Function<? super T,? extends R>> delegate()
default <T2> D ap(IterableFunctor<T> f)