Package org.apache.pekko.stream.scaladsl
Class ZipN<A>
java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
org.apache.pekko.stream.stage.GraphStage<UniformFanInShape<A,O>>
org.apache.pekko.stream.scaladsl.ZipWithN<A,scala.collection.immutable.Seq<A>>
org.apache.pekko.stream.scaladsl.ZipN<A>
- All Implemented Interfaces:
Graph<UniformFanInShape<A,scala.collection.immutable.Seq<A>>, NotUsed>
Combine the elements of multiple streams into a stream of sequences.
A ZipN has a n input ports and one out port
'''Emits when''' all of the inputs has an element available
'''Backpressures when''' downstream backpressures
'''Completes when''' any upstream completes
'''Cancels when''' downstream cancels
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.stream.Graph
Graph.GraphMapMatVal<S extends Shape,M> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.stream.scaladsl.ZipWithN
apply, createLogic, out, shapeMethods inherited from class org.apache.pekko.stream.stage.GraphStage
createLogicAndMaterializedValueMethods inherited from class org.apache.pekko.stream.stage.GraphStageWithMaterializedValue
withAttributesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.pekko.stream.Graph
addAttributes, async, async, async, getAttributes, named