| SourceTOut, TMatCombineT, TOut2 Method |
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
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
)
member Combine :
first : Source<'T, NotUsed> *
second : Source<'T, NotUsed> *
strategy : Func<int, IGraph<UniformFanInShape<'T, 'TOut2>, NotUsed>> *
rest : Source<'T, NotUsed>[] -> Source<'TOut2, NotUsed>
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,
NotUsedTBD
See Also