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)ExecutesThrowableActionwiththe default exception handlingstatic voidThrowableAction. execute(ThrowableAction action, java.util.function.Consumer<java.lang.Throwable> exceptionHandler)ExecutesThrowableActionwith the customizedexceptionhandling
-