Package one.microstream.functional
Class SumShort
java.lang.Object
one.microstream.functional.SumShort
- All Implemented Interfaces:
 Consumer<Short>,Aggregator<Short,Integer>
public final class SumShort extends Object implements Aggregator<Short,Integer>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.functional.Aggregator
Aggregator.Creator<E,R> - 
Constructor Summary
Constructors Constructor Description SumShort() - 
Method Summary
 
- 
Constructor Details
- 
SumShort
public SumShort() 
 - 
 - 
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<Short,Integer>- Returns:
 - the collected object
 
 
 -