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