Interface TaskResult.Aggregator<T extends TaskResult>

    • Method Detail

      • aggregate

        Summary aggregate​(java.lang.Iterable<T> results)
                   throws java.lang.Exception
        Aggregates multiple instances of a TaskResult to a summary.
        Parameters:
        results - list of TaskResult
        Returns:
        the aggregated summary
        Throws:
        java.lang.Exception