JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.fasterxml.jackson.module.blackbird.util
CheckedFunction
Contents
Description
Method Summary
Method Details
apply(X)
Hide sidebar
Show sidebar
Interface CheckedFunction<
X
,
T
>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
CheckedFunction<X,
T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
apply
(
X
x)
Method Details
apply
T
apply
(
X
x)
throws
Throwable
Throws:
Throwable