Class XThreadFuture


  • public class XThreadFuture
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean cancel​(@NonNull java.lang.Boolean mayInterruptIfRunning)  
      java.lang.Object get()  
      boolean isCancelled()  
      boolean isDone()  
      • Methods inherited from class java.lang.Object

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

      • get

        public java.lang.Object get()
      • isDone

        public boolean isDone()
      • isCancelled

        public boolean isCancelled()
      • cancel

        public boolean cancel​(@NonNull
                              @NonNull java.lang.Boolean mayInterruptIfRunning)