Interface Aggregation<T>
- All Known Implementing Classes:
BasicAggregation,BasicNumberAggregation,BigDecimalAggregation,DateAggregation,DoubleAggregation,LongAggregation
public interface Aggregation<T>
-
Method Summary
Modifier and TypeMethodDescriptionavg(Collection<T> items) intcount(Collection<T> items) max(Collection<T> items) min(Collection<T> items) sum(Collection<T> items)
-
Method Details
-
sum
-
avg
-
min
-
max
-
count
-
getResultClass
-
getSupportedAggregationTypes
EnumSet<AggregationInfo.Type> getSupportedAggregationTypes()
-