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 Function1<In,Out>
All Known Implementing Classes:
A0
,
B1
,
Echo1
,
F1
,
S1
public interface
Function1<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)