Uses of Interface
me.saro.kit.functions.ThrowableSupplier
| Package | Description |
|---|---|
| me.saro.kit | |
| me.saro.kit.functions |
-
Uses of ThrowableSupplier in me.saro.kit
Methods in me.saro.kit with parameters of type ThrowableSupplier Modifier and Type Method Description static <R> RExceptions. runtime(ThrowableSupplier<R> run)It catches "Exception" and converts it to "RuntimeException" and throws it. -
Uses of ThrowableSupplier in me.saro.kit.functions
Methods in me.saro.kit.functions with parameters of type ThrowableSupplier Modifier and Type Method Description static <R> java.util.function.Supplier<R>ThrowableSupplier. wrap(ThrowableSupplier<R> supplier)throws Exception lambda to throws RuntimeException lambda