class |
AbstractCheckedFuture<V,X extends Exception>
|
class |
ForwardingCheckedFuture<V,X extends Exception>
A future which forwards all its method calls to another future.
|
static class |
ForwardingCheckedFuture.SimpleForwardingCheckedFuture<V,X extends Exception>
|
static class |
ForwardingFuture.SimpleForwardingFuture<V>
A simplified version of ForwardingFuture where subclasses
can pass in an already constructed Future as the delegate.
|
class |
ForwardingListenableFuture<V>
|
static class |
ForwardingListenableFuture.SimpleForwardingListenableFuture<V>
|