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()
-