T
- type of aggregation resultV
- type of property values
or type of datasource items if AggregationInfo.Type#CUSTOM
and
MetaPropertyPath
of aggregation info is nullpublic interface AggregationStrategy<V,T>
Table
component.Modifier and Type | Method and Description |
---|---|
T |
aggregate(java.util.Collection<V> propertyValues)
Performs aggregation of
propertyValues . |
java.lang.Class<T> |
getResultClass() |
T aggregate(java.util.Collection<V> propertyValues)
propertyValues
.propertyValues
- values of the associated MetaPropertyPath
or datasource items if
MetaPropertyPath
of aggregation info is nulljava.lang.Class<T> getResultClass()