Uses of Interface
me.saro.kit.functions.ThrowableRunnable
| Package | Description |
|---|---|
| me.saro.kit | |
| me.saro.kit.functions |
-
Uses of ThrowableRunnable in me.saro.kit
Methods in me.saro.kit with parameters of type ThrowableRunnable Modifier and Type Method Description static voidExceptions. ignore(ThrowableRunnable run)ignore "Exception"static voidExceptions. runtime(ThrowableRunnable run)It catches "Exception" and converts it to "RuntimeException" and throws it. -
Uses of ThrowableRunnable in me.saro.kit.functions
Methods in me.saro.kit.functions with parameters of type ThrowableRunnable Modifier and Type Method Description static java.lang.RunnableThrowableRunnable. wrap(ThrowableRunnable runnable)throws Exception lambda to throws RuntimeException lambda