Click or drag to resize
Akka.NETUnzipWith.Apply<TIn, TOut0, TOut1, TOut2> Method (Func<TIn, Tuple<TOut0, TOut1, TOut2>>, UnzipWithCreator<TIn, TOut0, TOut1, TOut2>)
TBD

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

Parameters

unzipper
Type: System.Func<TIn, Tuple<TOut0, TOut1, TOut2>>
TBD
creator
Type: Akka.Streams.Dsl.UnzipWithCreator<TIn, TOut0, TOut1, TOut2>
TBD

Type Parameters

TIn
TBD
TOut0
TBD
TOut1
TBD
TOut2
TBD

Return Value

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