Package org.apache.pekko.stream.scaladsl
Class UnzipWith16<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16>
java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
org.apache.pekko.stream.stage.GraphStage<FanOutShape16<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16>>
org.apache.pekko.stream.scaladsl.UnzipWith16<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16>
- All Implemented Interfaces:
Graph<FanOutShape16<In,A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16>, NotUsed>
public class UnzipWith16<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16>
extends GraphStage<FanOutShape16<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16>>
`UnzipWith` specialized for 16 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
Modifier and TypeMethodDescriptioncreateLogic(Attributes inheritedAttributes) in()out0()out1()out10()out11()out12()out13()out14()out15()out2()out3()out4()out5()out6()out7()out8()out9()shape()The shape of a graph is all that is externally visible: its inlets and outlets.toString()unzipper()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
-
UnzipWith16
-
-
Method Details
-
createLogic
-
in
-
initialAttributes
-
out0
-
out1
-
out10
-
out11
-
out12
-
out13
-
out14
-
out15
-
out2
-
out3
-
out4
-
out5
-
out6
-
out7
-
out8
-
out9
-
shape
Description copied from interface:GraphThe shape of a graph is all that is externally visible: its inlets and outlets. -
toString
-
unzipper
-