Uses of Interface
com.guinetik.corefun.SafeExecutor
Packages that use SafeExecutor
-
Uses of SafeExecutor in com.guinetik.corefun
Methods in com.guinetik.corefun that return SafeExecutorModifier and TypeMethodDescriptionstatic SafeExecutorSafeExecutor.noop()Creates a no-op SafeExecutor that doesn't log.static SafeExecutorSafeExecutor.println()Creates a SafeExecutor that prints to standard output.static SafeExecutorSafeExecutor.withLogger(Loggable.Logger logger) Creates a SafeExecutor with the given logger.