hoodInto

fun <T, R> Field<T>.hoodInto(initial: R, transform: (R, T) -> R): R

Reduce the elements of a field starting with a initial value and a transform function.