Interface BinaryFunction<L,​R,​T>

    • Method Detail

      • evaluate

        T evaluate​(L left,
                   R right)
        Evaluate this function.
        Parameters:
        left - the L element of the ordered pair of arguments
        right - the R element of the ordered pair of arguments
        Returns:
        the T result of this function for the given arguments