public final class AggregateOffsetLength<E,R> extends Object implements Aggregator<E,R>
Aggregator.Creator<E,R>| Constructor and Description |
|---|
AggregateOffsetLength(long offset,
long length,
Aggregator<? super E,R> aggregate) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(E element)
Aggregate single element to the collecting object.
|
R |
yield()
Builds or aggregates the added elements to one collected object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresetpublic AggregateOffsetLength(long offset,
long length,
Aggregator<? super E,R> aggregate)
public final void accept(E element)
Aggregatorpublic final R yield()
Aggregatoryield in interface Aggregator<E,R>Copyright © 2022 MicroStream Software. All rights reserved.