Interface TDoubleFunction


public interface TDoubleFunction
Interface for functions that accept and return one double primitive.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    execute(double value)
    Execute this function with value
  • Method Details

    • execute

      double execute(double value)
      Execute this function with value
      Parameters:
      value - a double input
      Returns:
      a double result