Uses of Interface
de.treestack.throwing.Supplier
-
Uses of Supplier in de.treestack.throwing
Methods in de.treestack.throwing with parameters of type SupplierModifier and TypeMethodDescriptionLifts a function that may throw an exception into a function that returns an Optional.static <R> Supplier<R> Wraps a function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.