ListPropertyAggregation

class ListPropertyAggregation<T, R>(clock: Clock, property: KProperty0<List<T>>, val aggregationFunction: (List<T>) -> R)(source)

Property delegation by list aggregation

Constructors

Link copied to clipboard
constructor(clock: Clock, property: KProperty0<List<T>>, aggregationFunction: (List<T>) -> R)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
operator fun getValue(any: Any?, property: KProperty<*>): R