Interface AsyncFunction<I,O>
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
Transforms a value, possibly asynchronously. For an example usage and more
information, see
Futures.transform(ListenableFuture, AsyncFunction)
.- Since:
- 11.0
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns an outputFuture
to use in place of the giveninput
.