Uses of Class
com.google.common.util.concurrent.ForwardingListenableFuture
-
Packages that use ForwardingListenableFuture Package Description com.google.common.util.concurrent Concurrency utilities.com.google.common.util.concurrent.testing -
-
Uses of ForwardingListenableFuture in com.google.common.util.concurrent
Subclasses of ForwardingListenableFuture in com.google.common.util.concurrent Modifier and Type Class Description static class
ForwardingListenableFuture.SimpleForwardingListenableFuture<V>
A simplified version ofForwardingListenableFuture
where subclasses can pass in an already constructedListenableFuture
as the delegate.private static class
MoreExecutors.ScheduledListeningDecorator.ListenableScheduledTask<V>
-
Uses of ForwardingListenableFuture in com.google.common.util.concurrent.testing
Subclasses of ForwardingListenableFuture in com.google.common.util.concurrent.testing Modifier and Type Class Description private static class
SameThreadScheduledExecutorService.ImmediateScheduledFuture<V>
-