|  | FlowTIn, TOut, TMatToTMat2 Method | 
 
            Connect this 
FlowTIn, TOut, TMat to a 
SinkTIn, TMat, concatenating the processing steps of both.
            The materialized value of the combined 
SinkTIn, TMat will be the materialized
            value of the current flow (ignoring the given Sink’s value), use
            
ToMaterializedTMat2, TMat3(IGraphSinkShapeTOut, 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 Sink<TIn, TMat> To<TMat2>(
	IGraph<SinkShape<TOut>, TMat2> sink
)
member To : 
        sink : IGraph<SinkShape<'TOut>, 'TMat2> -> Sink<'TIn, 'TMat> 
Parameters
- sink
- Type: Akka.StreamsIGraphSinkShapeTOut, TMat2
 [Missing <param name="sink"/> documentation for "M:Akka.Streams.Dsl.Flow`3.To``1(Akka.Streams.IGraph{Akka.Streams.SinkShape{`1},``0})"] 
Type Parameters
- TMat2
- [Missing <typeparam name="TMat2"/> documentation for "M:Akka.Streams.Dsl.Flow`3.To``1(Akka.Streams.IGraph{Akka.Streams.SinkShape{`1},``0})"] 
Return Value
Type: 
SinkTIn, 
TMat[Missing <returns> documentation for "M:Akka.Streams.Dsl.Flow`3.To``1(Akka.Streams.IGraph{Akka.Streams.SinkShape{`1},``0})"]
 See Also
See Also