Package one.microstream.functional
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>
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.functional.AggregatorAggregator.Creator<E,R>
- 
Constructor SummaryConstructors Constructor Description AggregateCountingAdd(XAddingCollection<? super E> target)
- 
Method Summary