public class ZipWith7<A1,A2,A3,A4,A5,A6,A7,O> extends GraphStage<FanInShape7<A1,A2,A3,A4,A5,A6,A7,O>>
Constructor and Description |
---|
ZipWith7(scala.Function7<A1,A2,A3,A4,A5,A6,A7,O> zipper) |
Modifier and Type | Method and Description |
---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
Inlet<A1> |
in0() |
Inlet<A2> |
in1() |
Inlet<A3> |
in2() |
Inlet<A4> |
in3() |
Inlet<A5> |
in4() |
Inlet<A6> |
in5() |
Inlet<A7> |
in6() |
Attributes |
initialAttributes() |
Outlet<O> |
out() |
FanInShape7<A1,A2,A3,A4,A5,A6,A7,O> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
java.lang.String |
toString() |
scala.Function7<A1,A2,A3,A4,A5,A6,A7,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<FanInShape7<A1,A2,A3,A4,A5,A6,A7,O>,NotUsed>
public FanInShape7<A1,A2,A3,A4,A5,A6,A7,O> shape()
Graph
public GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic
in class GraphStage<FanInShape7<A1,A2,A3,A4,A5,A6,A7,O>>
public java.lang.String toString()
toString
in class java.lang.Object