R - accepted result typepublic interface Aggregator<R extends Result>
| Modifier and Type | Method and Description |
|---|---|
R |
aggregate(Collection<R> results)
Aggregate the results.
|
R aggregate(Collection<R> results)
results - results to aggregateCopyright © 2012-2015 Oracle. All Rights Reserved.