Package org.apache.pekko.stream.javadsl
Class ZipN$
- java.lang.Object
- 
- org.apache.pekko.stream.javadsl.ZipN$
 
- 
 public class ZipN$ extends java.lang.ObjectCombine the elements of multiple streams into a stream of lists.A ZipNhas aninput ports and oneoutport'''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 Constructor Description ZipN$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> Graph<UniformFanInShape<A,java.util.List<A>>,NotUsed>create(int n)
 
- 
- 
- 
Field Detail- 
MODULE$public static final ZipN$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
createpublic <A> Graph<UniformFanInShape<A,java.util.List<A>>,NotUsed> create(int n) 
 
- 
 
-