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 Summary

    Modifier and Type
    Method
    Description
    run()
     
  • Method Details

    • run

      T run()