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