Interface BinaryFunction<T,​S,​R>

    • Method Summary

      Modifier and Type Method Description
      R eval​(T val1, S val2)
      Evaluates the function for the given elements.
    • Method Detail

      • eval

        R eval​(T val1,
               S val2)
        Evaluates the function for the given elements.
        Parameters:
        val1 - some element
        val2 - some element
        Returns:
        the value of the element.