Package com.exedio.cope
Class ExtremumAggregate<E>
java.lang.Object
com.exedio.cope.Aggregate<E>
com.exedio.cope.ExtremumAggregate<E>
- All Implemented Interfaces:
Selectable<E>
,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExtremumAggregate
(Function<E> source, boolean minimum) Creates a new ExtremumAggregate. -
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 Details
-
ExtremumAggregate
Creates a new ExtremumAggregate. Instead of using this constructor directly, you may want to use the convenience methods.- See Also:
-
-
Method Details
-
isMinimum
public boolean isMinimum() -
isMaximum
public boolean isMaximum()
-