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 SummaryNested classes/interfaces inherited from interface one.microstream.functional.AggregatorAggregator.Creator<E,R>
- 
Constructor SummaryConstructors Constructor Description Aggregate_doubleMin(To_double<? super E> getter)
- 
Method Summary