Interface SynchronizedCountOperation.Operation

    • Method Summary

      Modifier and Type Method Description
      double accumulate​(double accumulator, double value)  
      double execute​(double currentValue, double accumulator, int counter, long lastExecution)  
    • Method Detail

      • accumulate

        double accumulate​(double accumulator,
                          double value)
      • execute

        double execute​(double currentValue,
                       double accumulator,
                       int counter,
                       long lastExecution)