Uses of Interface
com.pivovarit.function.ThrowingSupplier
Packages that use ThrowingSupplier
Package
Description
The
com.pivovarit.function
package contains checked equivalents of the java.util.function
package-
Uses of ThrowingSupplier in com.pivovarit.function
Methods in com.pivovarit.function with parameters of type ThrowingSupplierModifier and TypeMethodDescriptionThrowingSupplier.lifted
(ThrowingSupplier<T, ?> supplier) static <T1> Supplier
<T1> ThrowingSupplier.sneaky
(ThrowingSupplier<T1, ?> supplier) Returns a new Supplier instance which rethrows the checked exception using the Sneaky Throws patternstatic <T> Supplier
<T> ThrowingSupplier.unchecked
(ThrowingSupplier<T, ?> supplier)