Uses of Interface
io.toro.martini.util.Throwables.ThrowingSupplier
-
Packages that use Throwables.ThrowingSupplier Package Description io.toro.martini.util -
-
Uses of Throwables.ThrowingSupplier in io.toro.martini.util
Methods in io.toro.martini.util with parameters of type Throwables.ThrowingSupplier Modifier and Type Method Description static <T> Supplier<T>
Throwables. rethrow(Throwables.ThrowingSupplier<T> supplier)
Provides a supplier that helps in rethrowing checked exception for lambdas.
-