Uses of Class
com.google.common.util.concurrent.ForwardingListenableFuture
-
Packages that use ForwardingListenableFuture Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of ForwardingListenableFuture in com.google.common.util.concurrent
Subclasses of ForwardingListenableFuture 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
.class
ForwardingCheckedFuture<V,X extends java.lang.Exception>
Deprecated.CheckedFuture
cannot properly support the chained operations that are the primary goal ofListenableFuture
.static class
ForwardingCheckedFuture.SimpleForwardingCheckedFuture<V,X extends java.lang.Exception>
Deprecated.CheckedFuture
cannot properly support the chained operations that are the primary goal ofListenableFuture
.static class
ForwardingListenableFuture.SimpleForwardingListenableFuture<V>
A simplified version ofForwardingListenableFuture
where subclasses can pass in an already constructedListenableFuture
as the delegate.
-