Package 

Interface Promise.ExecutorRunnable


  • 
    public interface Promise.ExecutorRunnable<T>
    
                        

    Executor that automatically resolves the promise with the returned value once done, evenif null

    • Method Summary

      Modifier and Type Method Description
      abstract T run()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • run

         abstract T run()