Package org.apache.pekko.stream.scaladsl
Class UnzipWith13<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13>
- java.lang.Object
- 
- org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
- 
- org.apache.pekko.stream.stage.GraphStage<FanOutShape13<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13>>
- 
- org.apache.pekko.stream.scaladsl.UnzipWith13<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13>
 
 
 
- 
- All Implemented Interfaces:
- Graph<FanOutShape13<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13>,NotUsed>
 
 public class UnzipWith13<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> extends GraphStage<FanOutShape13<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13>> `UnzipWith` specialized for 13 outputs
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.pekko.stream.GraphGraph.GraphMapMatVal<S extends Shape,M>
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphStageLogiccreateLogic(Attributes inheritedAttributes)Inlet<In>in()AttributesinitialAttributes()Outlet<A1>out0()Outlet<A2>out1()Outlet<A11>out10()Outlet<A12>out11()Outlet<A13>out12()Outlet<A3>out2()Outlet<A4>out3()Outlet<A5>out4()Outlet<A6>out5()Outlet<A7>out6()Outlet<A8>out7()Outlet<A9>out8()Outlet<A10>out9()FanOutShape13<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13>shape()The shape of a graph is all that is externally visible: its inlets and outlets.java.lang.StringtoString()scala.Function1<In,scala.Tuple13<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13>>unzipper()- 
Methods inherited from class org.apache.pekko.stream.stage.GraphStagecreateLogicAndMaterializedValue
 - 
Methods inherited from class org.apache.pekko.stream.stage.GraphStageWithMaterializedValuewithAttributes
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.pekko.stream.GraphaddAttributes, async, async, async, getAttributes, named
 
- 
 
- 
- 
- 
Method Detail- 
createLogicpublic GraphStageLogic createLogic(Attributes inheritedAttributes) 
 - 
initialAttributespublic Attributes initialAttributes() 
 - 
shapepublic FanOutShape13<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> shape() Description copied from interface:GraphThe shape of a graph is all that is externally visible: its inlets and outlets.
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-