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
 
- 
Constructor Details
 - 
Method Details
- 
accept
Description copied from interface:AggregatorAggregate single element to the collecting object. - 
yield
Description copied from interface:AggregatorBuilds or aggregates the added elements to one collected object.- Specified by:
 yieldin interfaceAggregator<E,Double>- Returns:
 - the collected object
 
 
 -