Uses of Class
com.google.common.util.concurrent.AbstractCheckedFuture
-
Packages that use AbstractCheckedFuture Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of AbstractCheckedFuture in com.google.common.util.concurrent
Subclasses of AbstractCheckedFuture in com.google.common.util.concurrent Modifier and Type Class Description private static class
Futures.MappingCheckedFuture<V,X extends java.lang.Exception>
A checked future that uses a function to map from exceptions to the appropriate checked type.
-