| UnzipWithCreatorTIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5Create Method |
TBD
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public virtual UnzipWith<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5> Create(
Func<TIn, Tuple<TOut0, TOut1, TOut2, TOut3, TOut4, TOut5>> unzipper
)
abstract Create :
unzipper : Func<'TIn, Tuple<'TOut0, 'TOut1, 'TOut2, 'TOut3, 'TOut4, 'TOut5>> -> UnzipWith<'TIn, 'TOut0, 'TOut1, 'TOut2, 'TOut3, 'TOut4, 'TOut5>
override Create :
unzipper : Func<'TIn, Tuple<'TOut0, 'TOut1, 'TOut2, 'TOut3, 'TOut4, 'TOut5>> -> UnzipWith<'TIn, 'TOut0, 'TOut1, 'TOut2, 'TOut3, 'TOut4, 'TOut5>
Parameters
- unzipper
- Type: SystemFuncTIn, TupleTOut0, TOut1, TOut2, TOut3, TOut4, TOut5
TBD
Return Value
Type:
UnzipWithTIn,
TOut0,
TOut1,
TOut2,
TOut3,
TOut4,
TOut5TBD
Implements
IUnzipWithCreatorTIn, TOut, TCreate(FuncTIn, TOut)See Also