public class ZipWith2<A1,A2,O> extends GraphStage<FanInShape2<A1,A2,O>>
| Constructor and Description |
|---|
ZipWith2(scala.Function2<A1,A2,O> zipper) |
| Modifier and Type | Method and Description |
|---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
Inlet<A1> |
in0() |
Inlet<A2> |
in1() |
Attributes |
initialAttributes() |
Outlet<O> |
out() |
FanInShape2<A1,A2,O> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
java.lang.String |
toString() |
scala.Function2<A1,A2,O> |
zipper() |
createLogicAndMaterializedValuemodule, withAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAttributes, async, namedpublic Attributes initialAttributes()
initialAttributes in class GraphStageWithMaterializedValue<FanInShape2<A1,A2,O>,NotUsed>public FanInShape2<A1,A2,O> shape()
Graphpublic GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic in class GraphStage<FanInShape2<A1,A2,O>>public java.lang.String toString()
toString in class java.lang.Object