Hi all, I was wondering if there was a reason Sum.SumDoubleFn, SumIntegerFn and SumLongFn are not using the X.of() or X.from() or other instance creation via static method patterns that are so common in Beam?
For example: new Sum.SumLongFn() vs. SumFn.ofLong() Regards, Stas