public final class AggregateCount<E> extends Object implements Aggregator<E,Long>
Aggregator.Creator<E,R>| Constructor and Description |
|---|
AggregateCount() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(E element)
Aggregate single element to the collecting object.
|
Long |
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 element)
Aggregatorpublic final Long yield()
Aggregatoryield in interface Aggregator<E,Long>Copyright © 2022 MicroStream Software. All rights reserved.