Flow Methods |
The Flow type exposes the following members.
Name | Description | |
---|---|---|
CreateT | ||
CreateT, TMat | ||
FromFunctionTIn, TOut |
Creates a FlowTIn, TOut, TMat which will use the given function to transform its inputs to outputs. It is equivalent
to SelectTIn, TOut | |
FromGraphTIn, TOut, TMat |
A graph with the shape of a flow logically is a flow, this method makes it so also in type.
| |
FromProcessorTIn, TOut |
Creates flow from the Reactive Streams IProcessor.
| |
FromProcessorMaterializedTIn, TOut, TMat |
Creates a Flow from a Reactive Streams IProcessor and returns a materialized value.
| |
FromSinkAndSourceTIn, TOut, TMat(IGraphSinkShapeTIn, TMat, IGraphSourceShapeTOut, TMat) |
Creates a FlowTIn, TOut, TMat from a SinkTIn, TMat and a SourceTOut, TMat where the flow's input
will be sent to the sink and the flow's output will come from the source.
| |
FromSinkAndSourceTIn, TOut, TMat1, TMat2, TMat(IGraphSinkShapeTIn, TMat1, IGraphSourceShapeTOut, TMat2, FuncTMat1, TMat2, TMat) |
Creates a FlowTIn, TOut, TMat from a SinkTIn, TMat and a SourceTOut, TMat where the flow's input
will be sent to the sink and the flow's output will come from the source.
The combine function is used to compose the materialized values of the SinkTIn, TMat and SourceTOut, TMat
into the materialized value of the resulting FlowTIn, TOut, TMat.
| |
IdentityT |
TBD
| |
IdentityT, TMat |
TBD
|