Class TextResultAggregator

    • Constructor Detail

      • TextResultAggregator

        TextResultAggregator()
    • Method Detail

      • aggregate

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