Uses of Interface
me.saro.commons.function.ThrowableSupplier
-
Packages that use ThrowableSupplier Package Description me.saro.commons.function -
-
Uses of ThrowableSupplier in me.saro.commons.function
Methods in me.saro.commons.function with parameters of type ThrowableSupplier Modifier and Type Method Description static <R> java.util.function.Supplier<R>ThrowableSupplier. runtime(ThrowableSupplier<R> supplier)throws Exception lambda to throws RuntimeException lambda
-