Uses of Class
com.google.common.util.concurrent.ForwardingFuture
Packages that use ForwardingFuture
-
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.