Interface SimpleFunction<T,​S>

    • Method Summary

      Modifier and Type Method Description
      S eval​(T x)
      Evaluates the function for the given element.
    • Method Detail

      • eval

        S eval​(T x)
        Evaluates the function for the given element.
        Parameters:
        x - some element
        Returns:
        the value of the element.