Class Callables
- java.lang.Object
-
- com.google.common.util.concurrent.Callables
-
@Deprecated(since="2022-12-01") public final class Callables extends java.lang.ObjectDeprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Static utility methods pertaining to theCallableinterface.- Since:
- 1.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <T> java.util.concurrent.Callable<T>returning(T value)Deprecated.Creates aCallablewhich immediately returns a preset value each time it is called.
-