(package private) class |
AggregateFuture<InputT,OutputT> |
A future whose value is derived from a collection of input futures.
|
(package private) class |
AggregateFutureState<OutputT> |
A helper which does some thread-safe operations for aggregate futures, which must be implemented
differently in GWT.
|
(package private) class |
CollectionFuture<V,C> |
Aggregate future that collects (stores) results of each future.
|
(package private) static class |
CollectionFuture.ListFuture<V> |
|
(package private) class |
CombinedFuture<V> |
Aggregate future that computes its value by calling a callable.
|
private static class |
Futures.NonCancellationPropagatingFuture<V> |
A wrapped future that does not propagate cancellation to its delegate.
|
(package private) static class |
ImmediateFuture.ImmediateCancelledFuture<V> |
|
(package private) static class |
ImmediateFuture.ImmediateFailedFuture<V> |
|
private static class |
MoreExecutors.ScheduledListeningDecorator.NeverSuccessfulListenableFutureTask |
|
class |
SettableFuture<V> |
|