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