Interface FutureImpl.Computation<T>

  • Enclosing class:
    FutureImpl<T>

    private static interface FutureImpl.Computation<T>
    • Method Detail

      • execute

        void execute​(Task.Complete<T> complete,
                     java.lang.Runnable updateThread)
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable