Click or drag to resize
Akka.NETSinkCombineTIn, TOut, TMat Method

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Sink<TIn, NotUsed> Combine<TIn, TOut, TMat>(
	Func<int, IGraph<UniformFanOutShape<TIn, TOut>, TMat>> strategy,
	Sink<TOut, NotUsed> first,
	Sink<TOut, NotUsed> second,
	params Sink<TOut, NotUsed>[] rest
)

Parameters

strategy
Type: SystemFuncInt32, IGraphUniformFanOutShapeTIn, TOut, TMat
TBD
first
Type: Akka.Streams.DslSinkTOut, NotUsed
TBD
second
Type: Akka.Streams.DslSinkTOut, NotUsed
TBD
rest
Type: Akka.Streams.DslSinkTOut, NotUsed
TBD

Type Parameters

TIn
TBD
TOut
TBD
TMat
TBD

Return Value

Type: SinkTIn, NotUsed
TBD
See Also