public final class FoldAsync<In,Out> extends GraphStage<FlowShape<In,Out>>
Constructor and Description |
---|
FoldAsync(Out zero,
scala.Function2<Out,In,scala.concurrent.Future<Out>> f) |
Modifier and Type | Method and Description |
---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
Inlet<In> |
in() |
Attributes |
initialAttributes() |
Outlet<Out> |
out() |
FlowShape<In,Out> |
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 FlowShape<In,Out> shape()
Graph
public java.lang.String toString()
toString
in class java.lang.Object
public Attributes initialAttributes()
initialAttributes
in class GraphStageWithMaterializedValue<FlowShape<In,Out>,NotUsed>
public GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic
in class GraphStage<FlowShape<In,Out>>