Class AggregateCount<E>

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

public final class AggregateCount<E>
extends Object
implements Aggregator<E,​Long>