V - the return value type, for example java.lang.StringT - the value type for the orderingpublic static class Aggregators.AdvancedMinAggregator<V,T extends java.lang.Comparable<T>> extends Aggregators.AdvancedMinMaxAggregator<V,T>
For example:
AdvancedMinAggregator<String, IQuantity> aggregator = new
AdvancedMinAggregator(myFavouriteAttribute, startTimeAttribute);
| Constructor and Description |
|---|
AdvancedMinAggregator(java.lang.String name,
java.lang.String description,
IAttribute<V> attribute,
IAttribute<T> comparator) |
doGetAccessor, getValue, newItemConsumeracceptType, getAccessorgetValuegetDescription, getName, getValueTypepublic AdvancedMinAggregator(java.lang.String name,
java.lang.String description,
IAttribute<V> attribute,
IAttribute<T> comparator)