Class LocalDateAggregation
java.lang.Object
io.jmix.flowui.data.aggregation.impl.AbstractAggregation<T>
io.jmix.flowui.data.aggregation.impl.CountAggregation<LocalDate>
io.jmix.flowui.data.aggregation.impl.LocalDateAggregation
- All Implemented Interfaces:
Aggregation<LocalDate>
-
Field Summary
Fields inherited from class io.jmix.flowui.data.aggregation.impl.AbstractAggregation
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmax(Collection<LocalDate> items) min(Collection<LocalDate> items) Methods inherited from class io.jmix.flowui.data.aggregation.impl.AbstractAggregation
avg, count, getResultClass, sum
-
Constructor Details
-
LocalDateAggregation
public LocalDateAggregation()
-
-
Method Details
-
min
- Specified by:
minin interfaceAggregation<LocalDate>- Overrides:
minin classAbstractAggregation<LocalDate>
-
max
- Specified by:
maxin interfaceAggregation<LocalDate>- Overrides:
maxin classAbstractAggregation<LocalDate>
-
getSupportedAggregationTypes
- Specified by:
getSupportedAggregationTypesin interfaceAggregation<LocalDate>- Overrides:
getSupportedAggregationTypesin classAbstractAggregation<LocalDate>
-