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