Class Unchecked
java.lang.Object
com.fasterxml.jackson.module.blackbird.util.Unchecked
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <X,
T> Function <X, T> function
(CheckedFunction<X, T> checkedFunction) static Runnable
runnable
(Unchecked.CheckedRunnable checkedRunnable) static <T> Supplier
<T> supplier
(CheckedSupplier<T> checkedSupplier)
-
Constructor Details
-
Unchecked
private Unchecked()
-
-
Method Details
-
runnable
-
supplier
-
function
-