Class AbstractCheckedFuture<V,X extends Exception>

All Implemented Interfaces:
CheckedFuture<V,X>, ListenableFuture<V>, Future<V>

@Beta @GwtIncompatible public abstract class AbstractCheckedFuture<V,X extends Exception> extends ForwardingListenableFuture.SimpleForwardingListenableFuture<V> implements CheckedFuture<V,X>
A delegating wrapper around a ListenableFuture that adds support for the checkedGet() and checkedGet(long, TimeUnit) methods.
Since:
1.0