Uses of Class
com.google.common.util.concurrent.ForwardingFuture
-
Packages that use ForwardingFuture Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of ForwardingFuture in com.google.common.util.concurrent
Subclasses of ForwardingFuture in com.google.common.util.concurrent Modifier and Type Class Description static class
ForwardingFuture.SimpleForwardingFuture<V extends @Nullable java.lang.Object>
A simplified version ofForwardingFuture
where subclasses can pass in an already constructedFuture
as the delegate.class
ForwardingListenableFuture<V extends @Nullable java.lang.Object>
AListenableFuture
which forwards all its method calls to another future.static class
ForwardingListenableFuture.SimpleForwardingListenableFuture<V extends @Nullable java.lang.Object>
A simplified version ofForwardingListenableFuture
where subclasses can pass in an already constructedListenableFuture
as the delegate.
-