Class AggregateCountingPut<E>

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

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