Package one.microstream.functional
Class XFunc.MaxInteger
java.lang.Object
one.microstream.functional.XFunc.MaxInteger
- All Implemented Interfaces:
 Consumer<Integer>,Aggregator<Integer,Integer>
- Enclosing class:
 - XFunc
 
public static final class XFunc.MaxInteger 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 MaxInteger(int max) - 
Method Summary
 
- 
Constructor Details
- 
MaxInteger
public MaxInteger(int max) 
 - 
 - 
Method Details