Class AbstractCheckedFuture<V,X extends Exception>

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

@Beta @Deprecated(since="2022-12-01") public abstract class AbstractCheckedFuture<V,X extends Exception> extends ForwardingListenableFuture.SimpleForwardingListenableFuture<V> implements CheckedFuture<V,X>
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
A delegating wrapper around a ListenableFuture that adds support for the checkedGet() and checkedGet(long, TimeUnit) methods.
Since:
1.0