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