Uses of Interface
io.smallrye.mutiny.unchecked.UncheckedSupplier
Packages that use UncheckedSupplier
-
Uses of UncheckedSupplier in io.smallrye.mutiny.unchecked
Methods in io.smallrye.mutiny.unchecked that return UncheckedSupplierModifier and TypeMethodDescriptionstatic <T> UncheckedSupplier<T> Creates a newUncheckedSupplierfrom an existingSupplierstatic <T> UncheckedSupplier<T> Transforms the given supplier into a version that can throw exceptions.Methods in io.smallrye.mutiny.unchecked with parameters of type UncheckedSupplierModifier and TypeMethodDescriptionstatic <T> Supplier<T> Unchecked.supplier(UncheckedSupplier<T> supplier) Transforms the given (unchecked) supplier into a regular supplier.