Uses of Interface
com.guinetik.corefun.SafeRunnable
Packages that use SafeRunnable
-
Uses of SafeRunnable in com.guinetik.corefun
Methods in com.guinetik.corefun that return SafeRunnableModifier and TypeMethodDescriptionstatic SafeRunnableCreates a SafeRunnable from a standard Runnable.Methods in com.guinetik.corefun with parameters of type SafeRunnableModifier and TypeMethodDescriptionTry.run(SafeRunnable action) Executes a runnable and returns a Result indicating success or failure.default voidSafeExecutor.safelySafe(String description, SafeRunnable action) Executes a SafeRunnable safely with timing and error handling.default voidTiming.timedSafe(String description, SafeRunnable action) Executes a SafeRunnable and times its execution.