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