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 voidThrowableAction. execute(ThrowableAction action)Executes the givenThrowableActionwith default exception handling.static voidThrowableAction. execute(ThrowableAction action, java.util.function.Consumer<java.lang.Throwable> exceptionHandler)Executes the givenThrowableActionwith a custom exception handler.
-