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() |
createLogicAndMaterializedValue
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAttributes, async, named
public int breadth()
public Attributes initialAttributes()
initialAttributes
in class GraphStageWithMaterializedValue<FlowShape<Graph<SourceShape<T>,M>,T>,NotUsed>
public FlowShape<Graph<SourceShape<T>,M>,T> shape()
Graph
public 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