Interface SettableRunnableFuture<V>
- All Superinterfaces:
Future<V>, Runnable, RunnableFuture<V>, SettableFuture<V>
- All Known Implementing Classes:
EDTRunnableFuture, SimpleRunnableFuture
A
SettableFuture that is a RunnableFuture.-
Nested Class Summary
Nested classes/interfaces inherited from interface Future
Future.State -
Method Summary
Methods inherited from interface Future
cancel, exceptionNow, get, get, isCancelled, isDone, resultNow, stateMethods inherited from interface RunnableFuture
runMethods inherited from interface SettableFuture
set, setExceptionModifier and TypeMethodDescriptionvoidSets the result to be returned byFuture.get().voidSets the exception to be wrapped in anExecutionExceptionand thrown byFuture.get().