Package one.microstream.functional
Class SumInteger
java.lang.Object
one.microstream.functional.SumInteger
- All Implemented Interfaces:
 Consumer<Integer>,Aggregator<Integer,Integer>
public final class SumInteger extends Object implements Aggregator<Integer,Integer>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.functional.Aggregator
Aggregator.Creator<E,R> - 
Constructor Summary
Constructors Constructor Description SumInteger() - 
Method Summary
 
- 
Constructor Details
- 
SumInteger
public SumInteger() 
 - 
 - 
Method Details