Class AggregateArrayAdder<E>

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

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