Uses of Interface
pl.matsuo.core.util.function.ThrowingExceptionsRunnable
-
Uses of ThrowingExceptionsRunnable in pl.matsuo.core.util.function
Methods in pl.matsuo.core.util.function with parameters of type ThrowingExceptionsRunnableModifier and TypeMethodDescriptionstatic voidFunctionalUtil.ignoreEx(ThrowingExceptionsRunnable throwsExceptions) Invoke runnable and ignore exceptions.static voidFunctionalUtil.processEx(ThrowingExceptionsRunnable throwsExceptions, Consumer<Exception> processEx) Invoke runnable with exception handler.static voidFunctionalUtil.runtimeEx(ThrowingExceptionsRunnable throwsExceptions) Invoke runnable and throw RuntimeException on exception.static voidFunctionalUtil.runtimeEx(ThrowingExceptionsRunnable throwsExceptions, Consumer<Exception> processEx) Invoke runnable with exception handler.