Interface Functions.FailableCallable<R,​T extends Throwable>

    • Method Detail

      • call

        R call()
        throws T extends Throwable
        Deprecated.
        Calls the callable.
        Returns:
        The value returned from the callable
        Throws:
        T - if the callable fails
        T extends Throwable