Uses of Class
com.google.common.util.concurrent.AbstractFuture.TrustedFuture
Packages that use AbstractFuture.TrustedFuture
-
Uses of AbstractFuture.TrustedFuture in com.google.common.util.concurrent
Subclasses of AbstractFuture.TrustedFuture in com.google.common.util.concurrentModifier and TypeClassDescription(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 final class
(package private) final class
Aggregate future that computes its value by calling a callable.private static final class
A wrapped future that does not propagate cancellation to its delegate.(package private) static final class
(package private) static final class
private static final class
final class
AListenableFuture
whose result can be set by aSettableFuture.set(Object)
,SettableFuture.setException(Throwable)
orSettableFuture.setFuture(ListenableFuture)
call.