Package one.microstream.functional
Class SumFloat
java.lang.Object
one.microstream.functional.SumFloat
- All Implemented Interfaces:
Consumer<Float>
,Aggregator<Float,Double>
public final class SumFloat extends Object implements Aggregator<Float,Double>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.functional.Aggregator
Aggregator.Creator<E,R>
-
Constructor Summary
Constructors Constructor Description SumFloat()
-
Method Summary
-
Constructor Details
-
SumFloat
public SumFloat()
-
-
Method Details
-
accept
Description copied from interface:Aggregator
Aggregate single element to the collecting object. -
yield
Description copied from interface:Aggregator
Builds or aggregates the added elements to one collected object.- Specified by:
yield
in interfaceAggregator<Float,Double>
- Returns:
- the collected object
-