| ZipWithApplyTIn0, TIn1, TIn2, TIn3, TOut Method (FuncTIn0, TIn1, TIn2, TIn3, TOut) |
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static ZipWith<TIn0, TIn1, TIn2, TIn3, TOut> Apply<TIn0, TIn1, TIn2, TIn3, TOut>(
Func<TIn0, TIn1, TIn2, TIn3, TOut> zipper
)
static member Apply :
zipper : Func<'TIn0, 'TIn1, 'TIn2, 'TIn3, 'TOut> -> ZipWith<'TIn0, 'TIn1, 'TIn2, 'TIn3, 'TOut>
Parameters
- zipper
- Type: SystemFuncTIn0, TIn1, TIn2, TIn3, TOut
zipping-function from the input values to the output value
Type Parameters
- TIn0
- TBD
- TIn1
- TBD
- TIn2
- TBD
- TIn3
- TBD
- TOut
- TBD
Return Value
Type:
ZipWithTIn0,
TIn1,
TIn2,
TIn3,
TOutTBD
See Also