| IFlowTOut, TMatViaT, TMat2 Method |
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.
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax IFlow<T, TMat> Via<T, TMat2>(
IGraph<FlowShape<TOut, T>, TMat2> flow
)
abstract Via :
flow : IGraph<FlowShape<'TOut, 'T>, 'TMat2> -> IFlow<'T, 'TMat>
Parameters
- flow
- Type: Akka.StreamsIGraphFlowShapeTOut, T, TMat2
TBD
Type Parameters
- T
- TBD
- TMat2
- TBD
Return Value
Type:
IFlowT,
TMatTBD
See Also