Class AbstractFutureProxy<V>

java.lang.Object
org.apache.commons.lang3.concurrent.AbstractFutureProxy<V>
Type Parameters:
V - The result type returned by this Future's get() and get(long, TimeUnit) methods.
All Implemented Interfaces:
Future<V>

public abstract class AbstractFutureProxy<V> extends Object implements Future<V>
Proxies to a Future for subclassing.
Since:
3.13.0