java.io.Serializable
, java.util.function.Consumer<T>
, Procedure<T>
public final class MutatingAggregationProcedure<T,K,V> extends java.lang.Object implements Procedure<T>
Constructor | Description |
---|---|
MutatingAggregationProcedure(MutableMapIterable<K,V> map,
Function<? super T,? extends K> groupBy,
Function0<? extends V> zeroValueFactory,
Procedure2<? super V,? super T> mutatingAggregator) |
Modifier and Type | Method | Description |
---|---|---|
void |
value(T each) |
Copyright © 2004–2020. All rights reserved.