IFlowTOut, TMat Methods |
The IFlowTOut, TMat generic type exposes the following members.
Name | Description | |
---|---|---|
MapMaterializedValueTMat2 |
Transform the materialized value of this Flow, leaving all other properties as they were.
| |
ViaT, TMat2 |
Transform this IFlowTOut, TMat by appending the given processing steps.
The materialized value of the combined IFlowTOut, TMat will be the materialized
value of the current flow (ignoring the other flow’s value), use
ViaMaterializedT2, TMat2, TMat3(IGraphFlowShapeTOut, T2, TMat2, FuncTMat, TMat2, TMat3) if a different strategy is needed.
| |
ViaMaterializedT2, TMat2, TMat3 |
Transform this IFlowTOut, TMat by appending the given processing steps.
The combine function is used to compose the materialized values of this flow and that
flow into the materialized value of the resulting Flow.
|