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 classForwardingListenableFuture.SimpleForwardingListenableFuture<V>A simplified version ofForwardingListenableFuturewhere subclasses can pass in an already constructedListenableFutureas the delegate.private static classMoreExecutors.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 classSameThreadScheduledExecutorService.ImmediateScheduledFuture<V>
-