- All Known Implementing Classes:
- CountEvaluator, GroupedCountEvaluator, GroupedMeanEvaluator, GroupedSumEvaluator, MeanEvaluator, SumEvaluator
public interface ApproximateEvaluator<U,R>
An object that computes a function incrementally by merging in results of type U from multiple
tasks. Allows partial evaluation at any point by calling currentResult().