Uses of Class
dev.mccue.guava.concurrent.ForwardingFuture
-
Uses of ForwardingFuture in dev.mccue.guava.concurrent
Subclasses of ForwardingFuture in dev.mccue.guava.concurrentModifier and TypeClassDescriptionstatic classForwardingFuture.SimpleForwardingFuture<V extends @Nullable Object>A simplified version ofForwardingFuturewhere subclasses can pass in an already constructedFutureas the delegate.classForwardingListenableFuture<V extends @Nullable Object>AListenableFuturewhich forwards all its method calls to another future.static classForwardingListenableFuture.SimpleForwardingListenableFuture<V extends @Nullable Object>A simplified version ofForwardingListenableFuturewhere subclasses can pass in an already constructedListenableFutureas the delegate.