Uses of Interface
io.microsphere.lang.function.ThrowableAction
-
Packages that use ThrowableAction Package Description io.microsphere.lang.function -
-
Uses of ThrowableAction in io.microsphere.lang.function
Methods in io.microsphere.lang.function with parameters of type ThrowableAction Modifier and Type Method Description static void
ThrowableAction. execute(ThrowableAction action)
Executes the givenThrowableAction
with default exception handling.static void
ThrowableAction. execute(ThrowableAction action, java.util.function.Consumer<java.lang.Throwable> exceptionHandler)
Executes the givenThrowableAction
with a custom exception handler.
-