 | UnzipWith.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)
Syntaxpublic static UnzipWith<TIn, TOut0, TOut1, TOut2> Apply<TIn, TOut0, TOut1, TOut2>(
Func<TIn, Tuple<TOut0, TOut1, TOut2>> unzipper,
UnzipWithCreator<TIn, TOut0, TOut1, TOut2> creator
)
static member Apply :
unzipper : Func<'TIn, Tuple<'TOut0, 'TOut1, 'TOut2>> *
creator : UnzipWithCreator<'TIn, 'TOut0, 'TOut1, 'TOut2> -> UnzipWith<'TIn, 'TOut0, 'TOut1, 'TOut2>
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