Interface MovingAverage.SumFunction<T>

Enclosing class:
MovingAverage<T>

public static interface MovingAverage.SumFunction<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    add(T a, T b)
     
    divide(T a, int b)
     
    subtract(T a, T b)
     
  • Method Details

    • add

      T add(T a, T b)
    • subtract

      T subtract(T a, T b)
    • divide

      T divide(T a, int b)