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