Class ForwardingListenableFuture.SimpleForwardingListenableFuture<V extends @Nullable Object>

java.lang.Object
dev.mccue.guava.collect.ForwardingObject
dev.mccue.guava.concurrent.ForwardingFuture<V>
dev.mccue.guava.concurrent.ForwardingListenableFuture<V>
dev.mccue.guava.concurrent.ForwardingListenableFuture.SimpleForwardingListenableFuture<V>
All Implemented Interfaces:
ListenableFuture<V>, Future<V>
Enclosing class:
ForwardingListenableFuture<V extends @Nullable Object>

public abstract static class ForwardingListenableFuture.SimpleForwardingListenableFuture<V extends @Nullable Object> extends ForwardingListenableFuture<V>
A simplified version of ForwardingListenableFuture where subclasses can pass in an already constructed ListenableFuture as the delegate.
Since:
9.0