JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Interface
de.treestack.throwing.Predicate
Uses of
Predicate
in
de.treestack.throwing
Methods in
de.treestack.throwing
with parameters of type
Predicate
Modifier and Type
Method
Description
static <T>
Predicate
<T>
Predicate.
unchecked
(
Predicate
<? super T,
?> function)
Wraps a function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.