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 classA simplified version ofForwardingFuturewhere subclasses can pass in an already constructedFutureas the delegate.classAListenableFuturewhich forwards all its method calls to another future.static classA simplified version ofForwardingListenableFuturewhere subclasses can pass in an already constructedListenableFutureas the delegate.private static classAn adapter to turn aFutureinto 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 class