public interface ITerminableFuture<E> extends IFuture<E>, IBackwardCommandFuture
| Modifier and Type | Method and Description | 
|---|---|
| void | terminate()Terminate the future. | 
| void | terminate(java.lang.Exception reason)Terminate the future and supply a custom reason. | 
acceptEither, addResultListener, addResultListener, addResultListener, applyToEither, get, get, get, get, get, getException, isDone, thenAccept, thenAccept, thenApply, thenApply, thenCombine, thenCompose, thenComposesendBackwardCommand