T - a TaskResult typepublic static interface TaskResult.Aggregator<T extends TaskResult>
| Modifier and Type | Method and Description |
|---|---|
Summary |
aggregate(java.lang.Iterable<T> results)
Aggregates multiple instances of a
TaskResult to a summary. |
Summary aggregate(java.lang.Iterable<T> results) throws java.lang.Exception
TaskResult to a summary.results - list of TaskResultjava.lang.ExceptionCopyright © 2022. All Rights Reserved.