Uses of Interface
com.github.collinalpert.java2db.utilities.ThrowableSupplier
-
Packages that use ThrowableSupplier Package Description com.github.collinalpert.java2db.utilities -
-
Uses of ThrowableSupplier in com.github.collinalpert.java2db.utilities
Methods in com.github.collinalpert.java2db.utilities with parameters of type ThrowableSupplier Modifier and Type Method Description static <V> java.util.function.Supplier<V>Utilities. supplierHandling(ThrowableSupplier<V,java.sql.SQLException> supplier, java.util.function.Consumer<java.sql.SQLException> exceptionHandling)Handles anSQLExceptionthat gets thrown inside aSupplier.
-