Package one.microstream.functional
Class AggregateMin<E>
java.lang.Object
one.microstream.functional.AggregateMin<E>
- All Implemented Interfaces:
Consumer<E>
,Aggregator<E,E>
public final class AggregateMin<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 AggregateMin(Comparator<? super E> comparator)
-
Method Summary