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