public abstract static class ForwardingFuture.SimpleForwardingFuture<V> extends ForwardingFuture<V>
A simplified version of ForwardingFuture where subclasses can pass in an already constructed Future as the delegate.
ForwardingFuture.SimpleForwardingFuture<V>| Modifier | Constructor and Description |
|---|---|
protected |
SimpleForwardingFuture(Future<V> delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected Future<V> |
delegate() |
cancel, get, get, isCancelled, isDonetoString