Interface Functions.FailableBiFunction<O1,​O2,​R,​T extends Throwable>

    • Method Detail

      • apply

        R apply​(O1 input1,
                O2 input2)
         throws T extends Throwable
        Deprecated.
        Applies this function.
        Parameters:
        input1 - the first input for the function
        input2 - the second input for the function
        Returns:
        the result of the function
        Throws:
        T - Thrown when the function fails.
        T extends Throwable