Uses of Class
com.google.common.util.concurrent.ForwardingFuture
-
Uses of ForwardingFuture in com.google.common.util.concurrent
Modifier and TypeClassDescriptionstatic class
A simplified version ofForwardingFuture
where subclasses can pass in an already constructedFuture
as the delegate.class
ForwardingListenableFuture<V extends @Nullable Object>
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.