JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.lambda.functions
Interface Function1WithException<In,
Out>
public interface
Function1WithException<In,
Out>
Findable name for java.util.function.Function
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Out
call
(
In
i)
Method Details
call
Out
call
(
In
i)
throws
Throwable
Throws:
Throwable