public class UnzipWith4<In,A1,A2,A3,A4> extends GraphStage<FanOutShape4<In,A1,A2,A3,A4>>
Constructor and Description |
---|
UnzipWith4(scala.Function1<In,scala.Tuple4<A1,A2,A3,A4>> 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() |
FanOutShape4<In,A1,A2,A3,A4> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
java.lang.String |
toString() |
scala.Function1<In,scala.Tuple4<A1,A2,A3,A4>> |
unzipper() |
createLogicAndMaterializedValue
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAttributes, async, named
public Attributes initialAttributes()
initialAttributes
in class GraphStageWithMaterializedValue<FanOutShape4<In,A1,A2,A3,A4>,NotUsed>
public FanOutShape4<In,A1,A2,A3,A4> shape()
Graph
public GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic
in class GraphStage<FanOutShape4<In,A1,A2,A3,A4>>
public java.lang.String toString()
toString
in class java.lang.Object