Class Callables

java.lang.Object
com.google.common.util.concurrent.Callables

@Deprecated(since="2022-12-01") public final class Callables extends Object
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 Details

    • returning

      public static <T> Callable<T> returning(@Nullable T value)
      Deprecated.
      Creates a Callable which immediately returns a preset value each time it is called.