aggregating

fun <T, R> Clock.aggregating(property: KProperty0<List<T>>, aggregationFunction: (List<T>) -> R): ListPropertyAggregation<T, R>(source)

Aggregate list property

Since

0.4.3

Parameters

property

the list property to aggregate

aggregationFunction

the function that is