Package com.exedio.cope
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SumAggregate(Function<E> source)
Creates a new SumAggregate.
-
Method Summary
-
Methods inherited from class com.exedio.cope.Aggregate
append, appendSelect, between, check, equal, equals, getName, getSource, getType, getValueClass, getValueType, greater, greaterOrEqual, hashCode, less, lessOrEqual, notEqual, toString, toString
-
-
-
-
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()
-
-