Uses of Class
com.google.common.util.concurrent.GwtFluentFutureCatchingSpecialization
Packages that use GwtFluentFutureCatchingSpecialization
-
Uses of GwtFluentFutureCatchingSpecialization in com.google.common.util.concurrent
Subclasses of GwtFluentFutureCatchingSpecialization in com.google.common.util.concurrentModifier and TypeClassDescription(package private) class
AbstractCatchingFuture<V,
X extends Throwable, F, T> Implementations ofFutures.catching*
.private static final class
AbstractCatchingFuture.AsyncCatchingFuture<V,
X extends Throwable> AnAbstractCatchingFuture
that delegates to anAsyncFunction
andAbstractFuture.setFuture(ListenableFuture)
.private static final class
AbstractCatchingFuture.CatchingFuture<V,
X extends Throwable> (package private) class
AbstractTransformFuture<I,
O, F, T> Implementations ofFutures.transform*
.private static final class
AnAbstractTransformFuture
that delegates to anAsyncFunction
andAbstractFuture.setFuture(ListenableFuture)
.private static final class
class
FluentFuture<V>
AListenableFuture
that supports fluent chains of operations.(package private) static class
A less abstract subclass of AbstractFuture.(package private) final class
FluentFuture
that forwards all calls to a delegate.(package private) final class
Implementation ofFutures#withTimeout
.(package private) class
ARunnableFuture
that also implements theListenableFuture
interface.