Package org.apache.pekko.stream.scaladsl
Class UnzipWith7<In,A1,A2,A3,A4,A5,A6,A7>
java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
org.apache.pekko.stream.stage.GraphStage<FanOutShape7<In,A1,A2,A3,A4,A5,A6,A7>>
org.apache.pekko.stream.scaladsl.UnzipWith7<In,A1,A2,A3,A4,A5,A6,A7>
- All Implemented Interfaces:
Graph<FanOutShape7<In,A1, A2, A3, A4, A5, A6, A7>, NotUsed>
public class UnzipWith7<In,A1,A2,A3,A4,A5,A6,A7>
extends GraphStage<FanOutShape7<In,A1,A2,A3,A4,A5,A6,A7>>
`UnzipWith` specialized for 7 outputs
-
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.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
-
Constructor Details
-
UnzipWith7
-
-
Method Details
-
createLogic
- Specified by:
createLogicin classGraphStage<FanOutShape7<In,A1, A2, A3, A4, A5, A6, A7>>
-
in
-
initialAttributes
- Overrides:
initialAttributesin classGraphStageWithMaterializedValue<FanOutShape7<In,A1, A2, A3, A4, A5, A6, A7>, NotUsed>
-
out0
-
out1
-
out2
-
out3
-
out4
-
out5
-
out6
-
shape
Description copied from interface:GraphThe shape of a graph is all that is externally visible: its inlets and outlets. -
toString
-
unzipper
-