Class ZipN
TBD
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public static class ZipN
Methods
| Improve this Doc View SourceCreate<T>(Int32)
Create a new ZipN<T>.
Declaration
public static IGraph<UniformFanInShape<T, IImmutableList<T>>> Create<T>(int n)
Parameters
Type | Name | Description |
---|---|---|
Int32 | n | TBD |
Returns
Type | Description |
---|---|
IGraph<UniformFanInShape<T, System.Collections.Immutable.IImmutableList<T>>> | TBD |
Type Parameters
Name | Description |
---|---|
T | TBD |