| UnzipWithApplyTIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6 Method (FuncTIn, TupleTOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6, UnzipWithCreatorTIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6) |
TBD
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static UnzipWith<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6> Apply<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6>(
Func<TIn, Tuple<TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6>> unzipper,
UnzipWithCreator<TIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6> creator
)
static member Apply :
unzipper : Func<'TIn, Tuple<'TOut0, 'TOut1, 'TOut2, 'TOut3, 'TOut4, 'TOut5, 'TOut6>> *
creator : UnzipWithCreator<'TIn, 'TOut0, 'TOut1, 'TOut2, 'TOut3, 'TOut4, 'TOut5, 'TOut6> -> UnzipWith<'TIn, 'TOut0, 'TOut1, 'TOut2, 'TOut3, 'TOut4, 'TOut5, 'TOut6>
Parameters
- unzipper
- Type: SystemFuncTIn, TupleTOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6
TBD - creator
- Type: Akka.Streams.DslUnzipWithCreatorTIn, TOut0, TOut1, TOut2, TOut3, TOut4, TOut5, TOut6
TBD
Type Parameters
- TIn
- TBD
- TOut0
- TBD
- TOut1
- TBD
- TOut2
- TBD
- TOut3
- TBD
- TOut4
- TBD
- TOut5
- TBD
- TOut6
- TBD
Return Value
Type:
UnzipWithTIn,
TOut0,
TOut1,
TOut2,
TOut3,
TOut4,
TOut5,
TOut6TBD
See Also