Details
-
Improvement
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
None
Description
Sum.SumDoubleFn, SumIntegerFn and SumLongFn are not using the X.of() or X.from() or other instance creation via static method patterns that are ubiquitous in Beam.
Following a discussion on the dev list, it would be great to preserve a consistent look and feel and change the creation patterns for these classes to something like SumFn.ofLong() etc.
See also the corresponding dev list thread.