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