Package one.microstream.functional
Class AggregateOffsetLength<E,R>
- java.lang.Object
-
- one.microstream.functional.AggregateOffsetLength<E,R>
-
- All Implemented Interfaces:
Consumer<E>
,Aggregator<E,R>
public final class AggregateOffsetLength<E,R> extends Object implements Aggregator<E,R>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.functional.Aggregator
Aggregator.Creator<E,R>
-
-
Constructor Summary
Constructors Constructor Description AggregateOffsetLength(long offset, long length, Aggregator<? super E,R> aggregate)
-
-
-
Constructor Detail
-
AggregateOffsetLength
public AggregateOffsetLength(long offset, long length, Aggregator<? super E,R> aggregate)
-
-