Package org.apache.pekko.stream.scaladsl
Class UnzipWith11<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11>
- java.lang.Object
 - 
- org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
 - 
- org.apache.pekko.stream.stage.GraphStage<FanOutShape11<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11>>
 - 
- org.apache.pekko.stream.scaladsl.UnzipWith11<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11>
 
 
 
 
- 
- All Implemented Interfaces:
 Graph<FanOutShape11<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11>,NotUsed>
public class UnzipWith11<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11> extends GraphStage<FanOutShape11<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11>>
`UnzipWith` specialized for 11 outputs 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.apache.pekko.stream.Graph
Graph.GraphMapMatVal<S extends Shape,M> 
 - 
 
- 
Method Summary
All 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<A3>out2()Outlet<A4>out3()Outlet<A5>out4()Outlet<A6>out5()Outlet<A7>out6()Outlet<A8>out7()Outlet<A9>out8()Outlet<A10>out9()FanOutShape11<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11>shape()The shape of a graph is all that is externally visible: its inlets and outlets.java.lang.StringtoString()scala.Function1<In,scala.Tuple11<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11>>unzipper()- 
Methods inherited from class org.apache.pekko.stream.stage.GraphStage
createLogicAndMaterializedValue 
- 
Methods inherited from class org.apache.pekko.stream.stage.GraphStageWithMaterializedValue
withAttributes 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface org.apache.pekko.stream.Graph
addAttributes, async, async, async, getAttributes, named 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createLogic
public GraphStageLogic createLogic(Attributes inheritedAttributes)
- Specified by:
 createLogicin classGraphStage<FanOutShape11<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11>>
 
- 
initialAttributes
public Attributes initialAttributes()
 
- 
shape
public FanOutShape11<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11> shape()
Description copied from interface:GraphThe shape of a graph is all that is externally visible: its inlets and outlets. 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -