Click or drag to resize
Akka.NETSourceTOut, TMatCombineT, TOut2 Method

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Source<TOut2, NotUsed> Combine<T, TOut2>(
	Source<T, NotUsed> first,
	Source<T, NotUsed> second,
	Func<int, IGraph<UniformFanInShape<T, TOut2>, NotUsed>> strategy,
	params Source<T, NotUsed>[] rest
)

Parameters

first
Type: Akka.Streams.DslSourceT, NotUsed
TBD
second
Type: Akka.Streams.DslSourceT, NotUsed
TBD
strategy
Type: SystemFuncInt32, IGraphUniformFanInShapeT, TOut2, NotUsed
TBD
rest
Type: Akka.Streams.DslSourceT, NotUsed
TBD

Type Parameters

T
TBD
TOut2
TBD

Return Value

Type: SourceTOut2, NotUsed
TBD
See Also