Package org.apache.pekko.stream.scaladsl
Class ZipWith
java.lang.Object
org.apache.pekko.stream.scaladsl.ZipWith
Combine the elements of multiple streams into a stream of combined elements using a combiner function.
 
'''Emits when''' all of the inputs has an element available
'''Backpressures when''' downstream backpressures
'''Completes when''' any upstream completes
'''Cancels when''' downstream cancels
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, O> 
 ZipWith10<A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, O> apply(scala.Function10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, O> zipper) static <A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O> 
 ZipWith11<A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O> apply(scala.Function11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O> zipper) static <A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O> 
 ZipWith12<A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O> apply(scala.Function12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O> zipper) static <A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O> 
 ZipWith13<A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O> apply(scala.Function13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O> zipper) static <A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O> 
 ZipWith14<A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O> apply(scala.Function14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O> zipper) static <A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O> 
 ZipWith15<A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O> apply(scala.Function15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O> zipper) static <A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O> 
 ZipWith16<A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O> apply(scala.Function16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O> zipper) static <A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O> 
 ZipWith17<A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O> apply(scala.Function17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O> zipper) static <A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O> 
 ZipWith18<A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O> apply(scala.Function18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O> zipper) static <A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O> 
 ZipWith19<A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O> apply(scala.Function19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O> zipper) static <A1,A2, O> ZipWith2<A1, A2, O> apply(scala.Function2<A1, A2, O> zipper) static <A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O> 
 ZipWith20<A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O> apply(scala.Function20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O> zipper) static <A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, O> 
 ZipWith21<A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, O> apply(scala.Function21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, O> zipper) static <A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, O> 
 ZipWith22<A1,A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, O> apply(scala.Function22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, O> zipper) static <A1,A2, A3, O> 
 ZipWith3<A1,A2, A3, O> apply(scala.Function3<A1, A2, A3, O> zipper) static <A1,A2, A3, A4, O> 
 ZipWith4<A1,A2, A3, A4, O> apply(scala.Function4<A1, A2, A3, A4, O> zipper) static <A1,A2, A3, A4, A5, O> 
 ZipWith5<A1,A2, A3, A4, A5, O> apply(scala.Function5<A1, A2, A3, A4, A5, O> zipper) static <A1,A2, A3, A4, A5, A6, O> 
 ZipWith6<A1,A2, A3, A4, A5, A6, O> apply(scala.Function6<A1, A2, A3, A4, A5, A6, O> zipper) static <A1,A2, A3, A4, A5, A6, A7, O> 
 ZipWith7<A1,A2, A3, A4, A5, A6, A7, O> apply(scala.Function7<A1, A2, A3, A4, A5, A6, A7, O> zipper) static <A1,A2, A3, A4, A5, A6, A7, A8, O> 
 ZipWith8<A1,A2, A3, A4, A5, A6, A7, A8, O> apply(scala.Function8<A1, A2, A3, A4, A5, A6, A7, A8, O> zipper) static <A1,A2, A3, A4, A5, A6, A7, A8, A9, O> 
 ZipWith9<A1,A2, A3, A4, A5, A6, A7, A8, A9, O> apply(scala.Function9<A1, A2, A3, A4, A5, A6, A7, A8, A9, O> zipper) 
- 
Constructor Details- 
ZipWithpublic ZipWith()
 
- 
- 
Method Details- 
apply
- 
apply
- 
applypublic static <A1,A2, ZipWith4<A1,A3, A4, O> A2, applyA3, A4, O> (scala.Function4<A1, A2, A3, A4, O> zipper) 
- 
applypublic static <A1,A2, ZipWith5<A1,A3, A4, A5, O> A2, applyA3, A4, A5, O> (scala.Function5<A1, A2, A3, A4, A5, O> zipper) 
- 
applypublic static <A1,A2, ZipWith6<A1,A3, A4, A5, A6, O> A2, applyA3, A4, A5, A6, O> (scala.Function6<A1, A2, A3, A4, A5, A6, O> zipper) 
- 
applypublic static <A1,A2, ZipWith7<A1,A3, A4, A5, A6, A7, O> A2, applyA3, A4, A5, A6, A7, O> (scala.Function7<A1, A2, A3, A4, A5, A6, A7, O> zipper) 
- 
applypublic static <A1,A2, ZipWith8<A1,A3, A4, A5, A6, A7, A8, O> A2, applyA3, A4, A5, A6, A7, A8, O> (scala.Function8<A1, A2, A3, A4, A5, A6, A7, A8, O> zipper) 
- 
applypublic static <A1,A2, ZipWith9<A1,A3, A4, A5, A6, A7, A8, A9, O> A2, applyA3, A4, A5, A6, A7, A8, A9, O> (scala.Function9<A1, A2, A3, A4, A5, A6, A7, A8, A9, O> zipper) 
- 
applypublic static <A1,A2, ZipWith10<A1,A3, A4, A5, A6, A7, A8, A9, A10, O> A2, applyA3, A4, A5, A6, A7, A8, A9, A10, O> (scala.Function10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, O> zipper) 
- 
applypublic static <A1,A2, ZipWith11<A1,A3, A4, A5, A6, A7, A8, A9, A10, A11, O> A2, applyA3, A4, A5, A6, A7, A8, A9, A10, A11, O> (scala.Function11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, O> zipper) 
- 
applypublic static <A1,A2, ZipWith12<A1,A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O> A2, applyA3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O> (scala.Function12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, O> zipper) 
- 
applypublic static <A1,A2, ZipWith13<A1,A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O> A2, applyA3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O> (scala.Function13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, O> zipper) 
- 
applypublic static <A1,A2, ZipWith14<A1,A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O> A2, applyA3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O> (scala.Function14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, O> zipper) 
- 
applypublic static <A1,A2, ZipWith15<A1,A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O> A2, applyA3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O> (scala.Function15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, O> zipper) 
- 
applypublic static <A1,A2, ZipWith16<A1,A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O> A2, applyA3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O> (scala.Function16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, O> zipper) 
- 
applypublic static <A1,A2, ZipWith17<A1,A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O> A2, applyA3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O> (scala.Function17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, O> zipper) 
- 
applypublic static <A1,A2, ZipWith18<A1,A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O> A2, applyA3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O> (scala.Function18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, O> zipper) 
- 
applypublic static <A1,A2, ZipWith19<A1,A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O> A2, applyA3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O> (scala.Function19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, O> zipper) 
- 
applypublic static <A1,A2, ZipWith20<A1,A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O> A2, applyA3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O> (scala.Function20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, O> zipper) 
- 
applypublic static <A1,A2, ZipWith21<A1,A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, O> A2, applyA3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, O> (scala.Function21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, O> zipper) 
- 
applypublic static <A1,A2, ZipWith22<A1,A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, O> A2, applyA3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, O> (scala.Function22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, O> zipper) 
 
-