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
-
Method Summary
Modifier and TypeMethodDescriptionavg
(Collection<T> items) int
count
(Collection<T> items) max
(Collection<T> items) min
(Collection<T> items) sum
(Collection<T> items)
-
Constructor Details
-
BasicAggregation
-
-
Method Details
-
sum
- Specified by:
sum
in interfaceAggregation<T>
-
avg
- Specified by:
avg
in interfaceAggregation<T>
-
min
- Specified by:
min
in interfaceAggregation<T>
-
max
- Specified by:
max
in interfaceAggregation<T>
-
count
- Specified by:
count
in interfaceAggregation<T>
-
getResultClass
- Specified by:
getResultClass
in interfaceAggregation<T>
-
getSupportedAggregationTypes
- Specified by:
getSupportedAggregationTypes
in interfaceAggregation<T>
-