Interface Promise.ExecutorRunnable<T>

  • Enclosing class:
    Promise<T>

    public static interface Promise.ExecutorRunnable<T>
    Executor that automatically resolves the promise with the returned value once done, even if null
    • Method Detail

      • run

        T run()