public class UnzipWith12<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12> extends GraphStage<FanOutShape12<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12>>
Constructor and Description |
---|
UnzipWith12(scala.Function1<In,scala.Tuple12<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12>> unzipper) |
Modifier and Type | Method and Description |
---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
Inlet<In> |
in() |
Attributes |
initialAttributes() |
Outlet<A1> |
out0() |
Outlet<A2> |
out1() |
Outlet<A11> |
out10() |
Outlet<A12> |
out11() |
Outlet<A3> |
out2() |
Outlet<A4> |
out3() |
Outlet<A5> |
out4() |
Outlet<A6> |
out5() |
Outlet<A7> |
out6() |
Outlet<A8> |
out7() |
Outlet<A9> |
out8() |
Outlet<A10> |
out9() |
FanOutShape12<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
java.lang.String |
toString() |
scala.Function1<In,scala.Tuple12<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12>> |
unzipper() |
createLogicAndMaterializedValue
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAttributes, async, named
public scala.Function1<In,scala.Tuple12<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12>> unzipper()
public Attributes initialAttributes()
public FanOutShape12<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12> shape()
Graph
public GraphStageLogic createLogic(Attributes inheritedAttributes)
public java.lang.String toString()
toString
in class java.lang.Object