Click or drag to resize
Akka.NETSourceTOut, TMatZipNT Method
Combine the elements of multiple streams into a stream of lists.

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Source<IImmutableList<T>, NotUsed> ZipN<T>(
	IEnumerable<Source<T, NotUsed>> sources
)

Parameters

sources
Type: System.Collections.GenericIEnumerableSourceT, NotUsed
TBD

Type Parameters

T
TBD

Return Value

Type: SourceIImmutableListT, NotUsed
TBD
See Also