Interface Functions.FailableFunction<I,​R,​T extends Throwable>

    • Method Detail

      • apply

        R apply​(I input)
         throws T extends Throwable
        Deprecated.
        Applies this function.
        Parameters:
        input - the input for the function
        Returns:
        the result of the function
        Throws:
        T - Thrown when the function fails.
        T extends Throwable