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