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)
ExecutesThrowableAction
withthe default exception handling
static void
ThrowableAction. execute(ThrowableAction action, java.util.function.Consumer<java.lang.Throwable> exceptionHandler)
ExecutesThrowableAction
with the customizedexception
handling
-