public final class MutatingAggregationProcedure<T,K,V> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
MutatingAggregationProcedure(org.eclipse.collections.api.map.MutableMap<K,V> map,
org.eclipse.collections.api.block.function.Function<? super T,? extends K> groupBy,
org.eclipse.collections.api.block.function.Function0<? extends V> zeroValueFactory,
org.eclipse.collections.api.block.procedure.Procedure2<? super V,? super T> mutatingAggregator) |
public MutatingAggregationProcedure(org.eclipse.collections.api.map.MutableMap<K,V> map, org.eclipse.collections.api.block.function.Function<? super T,? extends K> groupBy, org.eclipse.collections.api.block.function.Function0<? extends V> zeroValueFactory, org.eclipse.collections.api.block.procedure.Procedure2<? super V,? super T> mutatingAggregator)
Copyright © 2004–2017. All rights reserved.