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() |
createLogicAndMaterializedValuemodule, withAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAttributes, async, namedpublic Attributes initialAttributes()
initialAttributes in class GraphStageWithMaterializedValue<FanInShape3<A1,A2,A3,O>,NotUsed>public FanInShape3<A1,A2,A3,O> shape()
Graphpublic GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic in class GraphStage<FanInShape3<A1,A2,A3,O>>public java.lang.String toString()
toString in class java.lang.Object