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