Package one.microstream.functional
Class AvgIntegerNonNull
java.lang.Object
one.microstream.functional.AvgIntegerNonNull
- All Implemented Interfaces:
 Consumer<Integer>,Aggregator<Integer,Integer>
public final class AvgIntegerNonNull 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 AvgIntegerNonNull()AvgIntegerNonNull(XGettingCollection<Integer> c) - 
Method Summary
 
- 
Constructor Details
- 
AvgIntegerNonNull
public AvgIntegerNonNull() - 
AvgIntegerNonNull
 
 - 
 - 
Method Details