Class ForwardingCheckedFuture.SimpleForwardingCheckedFuture<V,X extends Exception>

All Implemented Interfaces:
CheckedFuture<V,X>, ListenableFuture<V>, Future<V>
Enclosing class:
ForwardingCheckedFuture<V,X extends Exception>

@Beta @Deprecated(since="2022-12-01") public abstract static class ForwardingCheckedFuture.SimpleForwardingCheckedFuture<V,X extends Exception> extends ForwardingCheckedFuture<V,X>
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
A simplified version of ForwardingCheckedFuture where subclasses can pass in an already constructed CheckedFuture as the delegate.
Since:
9.0