Uses of Interface
pro.horde.os.cutils.function.Executable
-
Packages that use Executable Package Description pro.horde.os.cutils.value -
-
Uses of Executable in pro.horde.os.cutils.value
Methods in pro.horde.os.cutils.value with parameters of type Executable Modifier and Type Method Description Que<T>Que. andExecute(Executable executable)Use when Operation will throw an exception.static <T> Que<T>Que. execute(Executable executable)This method will run aExecutableinstance Use when Operation will throw an exception.static <T> Try<T>Try. of(Executable operation)Accepts aExecutabletype function with no result expected if operation is successful.Pause.Run.Delay<T>Pause.Run. thenRun(Executable executable)This method chains aExecutableexpression that execute after the pause.
-