Interface TransformationFunction


public interface TransformationFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    transform(Object obj, double valueIn)
     
  • Method Details

    • transform

      double transform(Object obj, double valueIn)