| ZipWithNCreateTIn, TOut Method |
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static IGraph<UniformFanInShape<TIn, TOut>> Create<TIn, TOut>(
Func<IImmutableList<TIn>, TOut> zipper,
int n
)
static member Create :
zipper : Func<IImmutableList<'TIn>, 'TOut> *
n : int -> IGraph<UniformFanInShape<'TIn, 'TOut>>
Parameters
- zipper
- Type: SystemFuncIImmutableListTIn, TOut
TBD - n
- Type: SystemInt32
TBD
Type Parameters
- TIn
- TBD
- TOut
- TBD
Return Value
Type:
IGraphUniformFanInShapeTIn,
TOut[Missing <returns> documentation for "M:Akka.Streams.Dsl.ZipWithN.Create``2(System.Func{System.Collections.Immutable.IImmutableList{``0},``1},System.Int32)"]
See Also