public interface ExecutablePromise<T,F,P> extends Promise<T,F,P>
A Promise that exposes a computational task suitable for execution by an ExecutorService.
| Modifier and Type | Method and Description |
|---|---|
Callable<T> |
asCallable() |
Runnable |
asRunnable() |
cancel, isCancelled, isDone, isRejected, isResolved, onCancel, onComplete, onGet, onProgress, onReject, onResolveCopyright © 2014 MachineCode. All rights reserved.