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