public final class NonMutatingAggregationProcedure<T,K,V> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
NonMutatingAggregationProcedure(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.function.Function2<? super V,? super T,? extends V> nonMutatingAggregator) |
public NonMutatingAggregationProcedure(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.function.Function2<? super V,? super T,? extends V> nonMutatingAggregator)
Copyright © 2004–2017. All rights reserved.