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