public final class NonMutatingAggregationProcedure<T,K,V> extends Object implements Procedure<T>
| Constructor and Description |
|---|
NonMutatingAggregationProcedure(MutableMapIterable<K,V> map,
Function<? super T,? extends K> groupBy,
Function0<? extends V> zeroValueFactory,
Function2<? super V,? super T,? extends V> nonMutatingAggregator) |
Copyright © 2004–2022. All rights reserved.