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