Interface CalculationMethod<S,T>


public interface CalculationMethod<S,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    calculate(S source1, S source2)
     
  • Method Details

    • calculate

      T calculate(S source1, S source2)