Class AggregateCountingAdd<E>

java.lang.Object
one.microstream.functional.AggregateCountingAdd<E>
All Implemented Interfaces:
Consumer<E>, Aggregator<E,​Integer>

public class AggregateCountingAdd<E>
extends Object
implements Aggregator<E,​Integer>