Class SumAggregate<E extends Number>

java.lang.Object
com.exedio.cope.Aggregate<E>
com.exedio.cope.SumAggregate<E>
All Implemented Interfaces:
Selectable<E>, Serializable

public final class SumAggregate<E extends Number> extends Aggregate<E>
See Also:
  • Constructor Details

    • 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: