V
- the return value type, for example java.lang.String
T
- 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, newItemConsumer
acceptType, getAccessor
getValue
getDescription, getName, getValueType
public AdvancedMinAggregator(java.lang.String name, java.lang.String description, IAttribute<V> attribute, IAttribute<T> comparator)