public final class Expand<In,Out> extends GraphStage<FlowShape<In,Out>>
Constructor and Description |
---|
Expand(scala.Function1<In,scala.collection.Iterator<Out>> extrapolate) |
Modifier and Type | Method and Description |
---|---|
GraphStageLogic |
createLogic(Attributes attr) |
scala.Function1<In,scala.collection.Iterator<Out>> |
extrapolate() |
Attributes |
initialAttributes() |
FlowShape<In,Out> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
createLogicAndMaterializedValue
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAttributes, async, named
public Attributes initialAttributes()
initialAttributes
in class GraphStageWithMaterializedValue<FlowShape<In,Out>,NotUsed>
public FlowShape<In,Out> shape()
Graph
public GraphStageLogic createLogic(Attributes attr)
createLogic
in class GraphStage<FlowShape<In,Out>>