JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.fasterxml.jackson.module.blackbird.util
Unchecked
SneakyCallable
Contents
Description
Method Summary
Method Details
call()
Hide sidebar
Show sidebar
Interface Unchecked.SneakyCallable<
T
>
All Superinterfaces:
Callable
<T>
Enclosing class:
Unchecked
public static interface
Unchecked.SneakyCallable<T>
extends
Callable
<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
call
()
Method Details
call
T
call
()
Specified by:
call
in interface
Callable
<
T
>