Class ImmediateFuture.Cancelled<T>
java.lang.Object
ch.raffael.meldioc.util.concurrent.ImmediateFuture.Cancelled<T>
- All Implemented Interfaces:
Future<T>
- Enclosing class:
ImmediateFuture<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Method Details
-
cancel
public boolean cancel(boolean mayInterruptIfRunning) -
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfaceFuture<T>
-
isDone
public boolean isDone() -
get
-
get
-