|  | FlowTIn, TOut, TMatViaMaterializedTOut2, TMat2, TMat3 Method | 
 
            Transform this 
FlowTIn, TOut, 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.
            
 
    Namespace: 
   Akka.Streams.Dsl
    Assembly:
   Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic Flow<TIn, TOut2, TMat3> ViaMaterialized<TOut2, TMat2, TMat3>(
	IGraph<FlowShape<TOut, TOut2>, TMat2> flow,
	Func<TMat, TMat2, TMat3> combine
)
member ViaMaterialized : 
        flow : IGraph<FlowShape<'TOut, 'TOut2>, 'TMat2> * 
        combine : Func<'TMat, 'TMat2, 'TMat3> -> Flow<'TIn, 'TOut2, 'TMat3> 
Parameters
- flow
- Type: Akka.StreamsIGraphFlowShapeTOut, TOut2, TMat2
 TBD
- combine
- Type: SystemFuncTMat, TMat2, TMat3
 TBD
Type Parameters
- TOut2
- TBD
- TMat2
- TBD
- TMat3
- TBD
Return Value
Type: 
FlowTIn, 
TOut2, 
TMat3TBD
 See Also
See Also