Class BasicAggregation<T>
java.lang.Object
io.jmix.ui.component.data.aggregation.impl.BasicAggregation<T>
- All Implemented Interfaces:
Aggregation<T>
- Direct Known Subclasses:
BasicNumberAggregation,DateAggregation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavg(Collection<T> items) intcount(Collection<T> items) max(Collection<T> items) min(Collection<T> items) sum(Collection<T> items)
-
Constructor Details
-
BasicAggregation
-
-
Method Details
-
sum
- Specified by:
sumin interfaceAggregation<T>
-
avg
- Specified by:
avgin interfaceAggregation<T>
-
min
- Specified by:
minin interfaceAggregation<T>
-
max
- Specified by:
maxin interfaceAggregation<T>
-
count
- Specified by:
countin interfaceAggregation<T>
-
getResultClass
- Specified by:
getResultClassin interfaceAggregation<T>
-
getSupportedAggregationTypes
- Specified by:
getSupportedAggregationTypesin interfaceAggregation<T>
-