Click or drag to resize
Akka.NETUnzipWithCreator<TIn, TOut0, TOut1, TOut2>.Create Method
TBD

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public virtual UnzipWith<TIn, TOut0, TOut1, TOut2> Create(
	Func<TIn, Tuple<TOut0, TOut1, TOut2>> unzipper
)

Parameters

unzipper
Type: System.Func<TIn, Tuple<TOut0, TOut1, TOut2>>
TBD

Return Value

Type: UnzipWith<TIn, TOut0, TOut1, TOut2>
TBD

Implements

IUnzipWithCreator<TIn, TOut, T>.Create(Func<TIn, TOut>)
See Also