public class UnzipWith6<In,A1,A2,A3,A4,A5,A6> extends GraphStage<FanOutShape6<In,A1,A2,A3,A4,A5,A6>>
Constructor and Description |
---|
UnzipWith6(scala.Function1<In,scala.Tuple6<A1,A2,A3,A4,A5,A6>> unzipper) |
Modifier and Type | Method and Description |
---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
Inlet<In> |
in() |
Attributes |
initialAttributes() |
Outlet<A1> |
out0() |
Outlet<A2> |
out1() |
Outlet<A3> |
out2() |
Outlet<A4> |
out3() |
Outlet<A5> |
out4() |
Outlet<A6> |
out5() |
FanOutShape6<In,A1,A2,A3,A4,A5,A6> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
java.lang.String |
toString() |
scala.Function1<In,scala.Tuple6<A1,A2,A3,A4,A5,A6>> |
unzipper() |
createLogicAndMaterializedValue
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAttributes, async, named
public Attributes initialAttributes()
initialAttributes
in class GraphStageWithMaterializedValue<FanOutShape6<In,A1,A2,A3,A4,A5,A6>,NotUsed>
public FanOutShape6<In,A1,A2,A3,A4,A5,A6> shape()
Graph
public GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic
in class GraphStage<FanOutShape6<In,A1,A2,A3,A4,A5,A6>>
public java.lang.String toString()
toString
in class java.lang.Object