Class Callables

    • Method Detail

      • returning

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