ListPropertyAggregation
class ListPropertyAggregation<T, R>(clock: Clock, property: KProperty0<List<T>>, val aggregationFunction: (List<T>) -> R)(source)
Property delegation by list aggregation
Property delegation by list aggregation