public class ZipWith14<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,O> extends GraphStage<FanInShape14<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,O>>
Constructor and Description |
---|
ZipWith14(scala.Function14<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,O> zipper) |
Modifier and Type | Method and Description |
---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
Inlet<A1> |
in0() |
Inlet<A2> |
in1() |
Inlet<A11> |
in10() |
Inlet<A12> |
in11() |
Inlet<A13> |
in12() |
Inlet<A14> |
in13() |
Inlet<A3> |
in2() |
Inlet<A4> |
in3() |
Inlet<A5> |
in4() |
Inlet<A6> |
in5() |
Inlet<A7> |
in6() |
Inlet<A8> |
in7() |
Inlet<A9> |
in8() |
Inlet<A10> |
in9() |
Attributes |
initialAttributes() |
Outlet<O> |
out() |
FanInShape14<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,O> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
java.lang.String |
toString() |
scala.Function14<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,O> |
zipper() |
createLogicAndMaterializedValue
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAttributes, async, named
public Attributes initialAttributes()
public FanInShape14<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,O> shape()
Graph
public GraphStageLogic createLogic(Attributes inheritedAttributes)
public java.lang.String toString()
toString
in class java.lang.Object