Class Callables
java.lang.Object
com.google.common.util.concurrent.Callables
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
Static utility methods pertaining to the
Callable
interface.- Since:
- 1.0
-
Method Summary
-
Method Details
-
returning
Deprecated.Creates aCallable
which immediately returns a preset value each time it is called.
-