Uses of Class
com.google.common.util.concurrent.AbstractCatchingFuture
Packages that use AbstractCatchingFuture
-
Uses of AbstractCatchingFuture in com.google.common.util.concurrent
Subclasses of AbstractCatchingFuture in com.google.common.util.concurrentModifier and TypeClassDescriptionprivate 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>