JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Interface
de.treestack.throwing.Consumer
Uses of
Consumer
in
de.treestack.throwing
Methods in
de.treestack.throwing
with parameters of type
Consumer
Modifier and Type
Method
Description
static <T>
Consumer
<T>
Consumer.
unchecked
(
Consumer
<? 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.