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