public final class FlattenMerge<T,M> extends GraphStage<FlowShape<Graph<SourceShape<T>,M>,T>>
| Constructor and Description |
|---|
FlattenMerge(int breadth) |
| Modifier and Type | Method and Description |
|---|---|
int |
breadth() |
GraphStageLogic |
createLogic(Attributes enclosingAttributes) |
Attributes |
initialAttributes() |
FlowShape<Graph<SourceShape<T>,M>,T> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
java.lang.String |
toString() |
createLogicAndMaterializedValuemodule, withAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAttributes, async, namedpublic int breadth()
public Attributes initialAttributes()
initialAttributes in class GraphStageWithMaterializedValue<FlowShape<Graph<SourceShape<T>,M>,T>,NotUsed>public FlowShape<Graph<SourceShape<T>,M>,T> shape()
Graphpublic GraphStageLogic createLogic(Attributes enclosingAttributes)
createLogic in class GraphStage<FlowShape<Graph<SourceShape<T>,M>,T>>public java.lang.String toString()
toString in class java.lang.Object