public interface ZippingApplicativable<T> extends IterableFunctor<T>, Unit<T>
Modifier and Type | Method and Description |
---|---|
default <R> ZippingApplicativable<R> |
ap1(java.util.function.Function<? super T,? extends R> fn) |
default <T2,R> ZippingApplicative<T2,R,?> |
ap2(java.util.function.BiFunction<? super T,? super T2,? extends R> fn) |
default <T2,T3,R> ZippingApplicative2<T2,T3,R,?> |
ap3(TriFunction<? super T,? super T2,? super T3,? extends R> fn) |
default <T2,T3,T4,R> |
ap4(QuadFunction<? super T,? super T2,? super T3,? super T4,? extends R> fn) |
default <T2,T3,T4,T5,R> |
ap5(QuintFunction<? super T,? super T2,? super T3,? super T4,? super T5,? extends R> fn) |
default <R> ApplyingZippingApplicativeBuilder<T,R,ZippingApplicativable<R>> |
applicatives() |
collectable, flatMapPublisher, flatMapPublisher, flatMapPublisher, map, mergePublisher, mergePublisher, stream, unitIterator
cast, patternMatch, peek, trampoline
combine, cycle, cycle, cycleUntil, cycleWhile, distinct, dropRight, dropUntil, dropWhile, endsWith, endsWithIterable, findAny, findFirst, firstValue, futureOperations, get, groupBy, grouped, grouped, grouped, grouped, groupedStatefullyWhile, groupedUntil, groupedUntil, groupedWhile, groupedWhile, headAndTail, intersperse, join, join, join, lazyOperations, limit, limitLast, limitUntil, limitWhile, onEmpty, onEmptyGet, onEmptyThrow, reverse, scanLeft, scanLeft, scanRight, scanRight, schedule, scheduleFixedDelay, scheduleFixedRate, shuffle, shuffle, single, single, singleOptional, skip, skipLast, skipUntil, skipWhile, slice, sliding, sliding, sorted, sorted, sorted, startsWith, startsWithIterable, subscribe, takeRight, takeUntil, takeWhile, toConcurrentLazyCollection, toConcurrentLazyStreamable, toLazyCollection, validate, visit, visit, zip, zip, zip3, zip4, zipStream, zipWithIndex
foldRight, foldRight, foldRight, foldRightMapToType, mapReduce, mapReduce, print, print, printErr, printOut, reduce, reduce, reduce, reduce, reduce, reduce, reduce
seq, toCompletableFuture, toDequeX, toEvalAlways, toEvalLater, toEvalNow, toFutureStream, toFutureStream, toFutureW, toIor, toIorSecondary, toListX, toMapX, toMaybe, toOptional, toPBagX, toPMapX, toPOrderedSetX, toPQueueX, toPSetX, toPStackX, toPVectorX, toQueueX, toSetX, toSimpleReact, toSimpleReact, toSortedSetX, toStreamable, toTry, toValue, toValueMap, toValueSet, toXor, toXorSecondary
default <R> ApplyingZippingApplicativeBuilder<T,R,ZippingApplicativable<R>> applicatives()
default <R> ZippingApplicativable<R> ap1(java.util.function.Function<? super T,? extends R> fn)
default <T2,R> ZippingApplicative<T2,R,?> ap2(java.util.function.BiFunction<? super T,? super T2,? extends R> fn)
default <T2,T3,R> ZippingApplicative2<T2,T3,R,?> ap3(TriFunction<? super T,? super T2,? super T3,? extends R> fn)
default <T2,T3,T4,R> ZippingApplicative3<T2,T3,T4,R,?> ap4(QuadFunction<? super T,? super T2,? super T3,? super T4,? extends R> fn)
default <T2,T3,T4,T5,R> ZippingApplicative4<T2,T3,T4,T5,R,?> ap5(QuintFunction<? super T,? super T2,? super T3,? super T4,? super T5,? extends R> fn)