| Interface | Description |
|---|---|
| AFuture.Function<A,B> | |
| CancellableFuture.CancelCallback | |
| ExceptionWrapper<T extends java.lang.Throwable> |
| Class | Description |
|---|---|
| AFuture<V> | |
| CancellableFuture<V> | |
| Futures | |
| Promise<V,T extends java.lang.Throwable> |
Represents promised data of the parameterized type
V and allows waiting on it. |
| PromiseBackedFuture<V> | |
| TransformedFuture<T,V> |