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