Class ScalarResult.ScalarResultAggregator

    • Constructor Detail

      • ScalarResultAggregator

        ScalarResultAggregator()
    • Method Detail

      • aggregate

        public ScalarResult aggregate​(java.util.Collection<ScalarResult> results)
        Description copied from interface: Aggregator
        Aggregate the results.
        Specified by:
        aggregate in interface Aggregator<ScalarResult>
        Parameters:
        results - results to aggregate
        Returns:
        aggregated result; may throw exceptions on validation errors