Class SumAggregate<E extends Number>

    • Constructor Detail

      • SumAggregate

        public SumAggregate​(Function<E> source)
        Creates a new SumAggregate. Instead of using this constructor directly, you may want to use the convenience methods.
        See Also:
        NumberFunction.sum()