Click or drag to resize
Akka.NETUnzipWithApplyTIn, TOut0, TOut1, TOut2 Method (FuncTIn, TupleTOut0, TOut1, TOut2, UnzipWithCreatorTIn, 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: SystemFuncTIn, TupleTOut0, TOut1, TOut2
TBD
creator
Type: Akka.Streams.DslUnzipWithCreatorTIn, TOut0, TOut1, TOut2
TBD

Type Parameters

TIn
TBD
TOut0
TBD
TOut1
TBD
TOut2
TBD

Return Value

Type: UnzipWithTIn, TOut0, TOut1, TOut2
TBD
See Also