 | Source<TOut, TMat>.Via<T2, TMat2> Method |
Transform this
Source< TOut, TMat> by appending the given processing steps.
The materialized value of the combined
Source< TOut, TMat> will be the materialized
value of the current flow (ignoring the other flow’s value), use
ViaMaterialized< TOut2, TMat2, TMat3> (IGraph< FlowShape< TOut, TOut2> , TMat2> , Func< TMat, 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)
Syntaxpublic Source<T2, TMat> Via<T2, TMat2>(
IGraph<FlowShape<TOut, T2>, TMat2> flow
)
member Via :
flow : IGraph<FlowShape<'TOut, 'T2>, 'TMat2> -> Source<'T2, 'TMat>
Parameters
- flow
- Type: Akka.Streams.IGraph<FlowShape<TOut, T2>, TMat2>
TBD
Type Parameters
- T2
- TBD
- TMat2
- TBD
Return Value
Type:
Source<T2,
TMat>TBD
See Also