Uses of Class
com.google.common.util.concurrent.ForwardingListenableFuture.SimpleForwardingListenableFuture
-
Packages that use ForwardingListenableFuture.SimpleForwardingListenableFuture Package Description com.google.common.util.concurrent Concurrency utilities.com.google.common.util.concurrent.testing -
-
Uses of ForwardingListenableFuture.SimpleForwardingListenableFuture in com.google.common.util.concurrent
Subclasses of ForwardingListenableFuture.SimpleForwardingListenableFuture in com.google.common.util.concurrent Modifier and Type Class Description class
AbstractCheckedFuture<V,X extends java.lang.Exception>
Deprecated.CheckedFuture
cannot properly support the chained operations that are the primary goal ofListenableFuture
.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.private static class
MoreExecutors.ScheduledListeningDecorator.ListenableScheduledTask<V>
-
Uses of ForwardingListenableFuture.SimpleForwardingListenableFuture in com.google.common.util.concurrent.testing
Subclasses of ForwardingListenableFuture.SimpleForwardingListenableFuture in com.google.common.util.concurrent.testing Modifier and Type Class Description private static class
SameThreadScheduledExecutorService.ImmediateScheduledFuture<V>
-