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