| SumT Constructor |
TBD
Namespace:
Akka.Streams.Implementation.Fusing
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Sum(
Func<T, T, T> reduce
)
new :
reduce : Func<'T, 'T, 'T> -> Sum
Parameters
- reduce
- Type: SystemFuncT, T, T
TBD
See Also