Uses of Class
com.google.common.util.concurrent.AbstractCatchingFuture
-
Packages that use AbstractCatchingFuture Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of AbstractCatchingFuture in com.google.common.util.concurrent
Subclasses of AbstractCatchingFuture in com.google.common.util.concurrent Modifier and Type Class Description 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>
-