Package one.microstream.functional
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>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.functional.Aggregator
Aggregator.Creator<E,R> -
Constructor Summary
Constructors Constructor Description AggregateCountingPut(XPuttingCollection<? super E> target) -
Method Summary