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
-
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:
min
in interfaceAggregation<LocalDate>
- Overrides:
min
in classAbstractAggregation<LocalDate>
-
max
- Specified by:
max
in interfaceAggregation<LocalDate>
- Overrides:
max
in classAbstractAggregation<LocalDate>
-
getSupportedAggregationTypes
- Specified by:
getSupportedAggregationTypes
in interfaceAggregation<LocalDate>
- Overrides:
getSupportedAggregationTypes
in classAbstractAggregation<LocalDate>
-