static class SingleShotResult.AveragingAggregator extends java.lang.Object implements Aggregator<SingleShotResult>
Constructor and Description |
---|
AveragingAggregator() |
Modifier and Type | Method and Description |
---|---|
SingleShotResult |
aggregate(java.util.Collection<SingleShotResult> results)
Aggregate the results.
|
public SingleShotResult aggregate(java.util.Collection<SingleShotResult> results)
Aggregator
aggregate
in interface Aggregator<SingleShotResult>
results
- results to aggregate