| Package | Description |
|---|---|
| com.google.common.util.concurrent |
Concurrency utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCheckedFuture<V
A delegating wrapper around a
ListenableFuture that adds support for the
AbstractCheckedFuture and
AbstractCheckedFuture methods.
|
class |
ForwardingCheckedFuture<V
A future which forwards all its method calls to another future.
|
static class |
ForwardingCheckedFuture
A simplified version of
ForwardingCheckedFuture where subclasses can pass in an already constructed
CheckedFuture as the delegate.
|
static class |
ForwardingFuture
A simplified version of
ForwardingFuture where subclasses can pass in an already constructed
Future as the delegate.
|
class |
ForwardingListenableFuture<V>
A
ListenableFuture which forwards all its method calls to another future.
|
static class |
ForwardingListenableFuture
A simplified version of
ForwardingListenableFuture where subclasses can pass in an already constructed
ListenableFuture as the delegate.
|