|  | FlowTIn, TOut, TMatJoinTMat2 Method (IGraphFlowShapeTOut, TIn, TMat2) | 
 
            Join this 
FlowTIn, TOut, TMat to another 
FlowTIn, TOut, TMat, by cross connecting the inputs and outputs,
            creating a 
IRunnableGraphTMat.
            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
            
JoinMaterializedTMat2, TMat3(IGraphFlowShapeTOut, TIn, 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 IRunnableGraph<TMat> Join<TMat2>(
	IGraph<FlowShape<TOut, TIn>, TMat2> flow
)
member Join : 
        flow : IGraph<FlowShape<'TOut, 'TIn>, 'TMat2> -> IRunnableGraph<'TMat> 
Parameters
- flow
- Type: Akka.StreamsIGraphFlowShapeTOut, TIn, TMat2
 TBD
Type Parameters
- TMat2
- TBD
Return Value
Type: 
IRunnableGraphTMatTBD
 See Also
See Also