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