Click or drag to resize
Akka.NETZipWithNCreateTIn, TOut Method

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static IGraph<UniformFanInShape<TIn, TOut>> Create<TIn, TOut>(
	Func<IImmutableList<TIn>, TOut> zipper,
	int n
)

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