Uses of Interface
io.github.oliviercailloux.exceptions.Throwing.Function
-
Packages that use Throwing.Function Package Description io.github.oliviercailloux.exceptions -
-
Uses of Throwing.Function in io.github.oliviercailloux.exceptions
Methods in io.github.oliviercailloux.exceptions with parameters of type Throwing.Function Modifier and Type Method Description <F,T>
java.util.function.Function<F,T>Unchecker. wrapFunction(Throwing.Function<F,T,EF> function)
Returns a function that simply delegates to the given function, except that any checked exception thrown by the given function is instead thrown by the returned function as an unchecked exception, applying the wrapper to transform it.
-