Class AbstractNumberAggregation<T extends Number>
java.lang.Object
io.jmix.flowui.data.aggregation.impl.AbstractAggregation<T>
io.jmix.flowui.data.aggregation.impl.AbstractNumberAggregation<T>
- All Implemented Interfaces:
- Aggregation<T>
- Direct Known Subclasses:
- BigDecimalAggregation,- BigIntegerAggregation,- DoubleAggregation,- LongAggregation
- 
Field SummaryFields inherited from class io.jmix.flowui.data.aggregation.impl.AbstractAggregationclazz
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionavg(Collection<T> items) protected abstract Tmax(Collection<T> items) min(Collection<T> items) sum(Collection<T> items) Methods inherited from class io.jmix.flowui.data.aggregation.impl.AbstractAggregationcount, getResultClass
- 
Constructor Details- 
AbstractNumberAggregation
 
- 
- 
Method Details- 
sum- Specified by:
- sumin interface- Aggregation<T extends Number>
- Overrides:
- sumin class- AbstractAggregation<T extends Number>
 
- 
avg- Specified by:
- avgin interface- Aggregation<T extends Number>
- Overrides:
- avgin class- AbstractAggregation<T extends Number>
 
- 
min- Specified by:
- minin interface- Aggregation<T extends Number>
- Overrides:
- minin class- AbstractAggregation<T extends Number>
 
- 
max- Specified by:
- maxin interface- Aggregation<T extends Number>
- Overrides:
- maxin class- AbstractAggregation<T extends Number>
 
- 
getSupportedAggregationTypes- Specified by:
- getSupportedAggregationTypesin interface- Aggregation<T extends Number>
- Overrides:
- getSupportedAggregationTypesin class- AbstractAggregation<T extends Number>
 
- 
convert
 
-