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() |
createLogicAndMaterializedValuemodule, withAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAttributes, async, namedpublic FlowShape<In,Out> shape()
Graphpublic java.lang.String toString()
toString in class java.lang.Objectpublic Attributes initialAttributes()
initialAttributes in class GraphStageWithMaterializedValue<FlowShape<In,Out>,NotUsed>public GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic in class GraphStage<FlowShape<In,Out>>