Class ZipWithN
TBD
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public static class ZipWithN
Methods
| Improve this Doc View SourceCreate<TIn, TOut>(Func<IImmutableList<TIn>, TOut>, Int32)
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<System.Collections.Immutable.IImmutableList<TIn>, TOut> | zipper | TBD |
Int32 | n | TBD |
Returns
Type | Description |
---|---|
IGraph<UniformFanInShape<TIn, TOut>> |
Type Parameters
Name | Description |
---|---|
TIn | TBD |
TOut | TBD |