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