public class ZipWith3<A1,A2,A3,O> extends GraphStage<FanInShape3<A1,A2,A3,O>>
Constructor and Description |
---|
ZipWith3(scala.Function3<A1,A2,A3,O> zipper) |
Modifier and Type | Method and Description |
---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
Inlet<A1> |
in0() |
Inlet<A2> |
in1() |
Inlet<A3> |
in2() |
Attributes |
initialAttributes() |
Outlet<O> |
out() |
FanInShape3<A1,A2,A3,O> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
java.lang.String |
toString() |
scala.Function3<A1,A2,A3,O> |
zipper() |
createLogicAndMaterializedValue
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAttributes, async, named
public Attributes initialAttributes()
initialAttributes
in class GraphStageWithMaterializedValue<FanInShape3<A1,A2,A3,O>,NotUsed>
public FanInShape3<A1,A2,A3,O> shape()
Graph
public GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic
in class GraphStage<FanInShape3<A1,A2,A3,O>>
public java.lang.String toString()
toString
in class java.lang.Object