Uses of Class
com.google.common.util.concurrent.ForwardingFuture
Packages that use ForwardingFuture
Package
Description
Concurrency utilities.
-
Uses of ForwardingFuture in com.google.common.util.concurrent
Subclasses of ForwardingFuture in com.google.common.util.concurrentModifier and TypeClassDescriptionstatic class
A simplified version ofForwardingFuture
where subclasses can pass in an already constructedFuture
as the delegate.class
AListenableFuture
which forwards all its method calls to another future.static class
A simplified version ofForwardingListenableFuture
where subclasses can pass in an already constructedListenableFuture
as the delegate.private static class
An adapter to turn aFuture
into aListenableFuture
.private static final class
-
Uses of ForwardingFuture in com.google.common.util.concurrent.testing
Subclasses of ForwardingFuture in com.google.common.util.concurrent.testingModifier and TypeClassDescriptionprivate static final class