JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
provided.util
Interface ILambda<R,P>
Type Parameters:
R
- Type of the return value
P
- Type of the input parameters
public interface
ILambda<R,P>
Generalized lambda that takes inputs and has a return value
Author:
swong
Method Summary
Methods
Modifier and Type
Method and Description
R
apply
(
P
... params)
Run (apply) the lambda
Method Detail
apply
R
apply(
P
... params)
Run (apply) the lambda
Parameters:
params
- vararg of input parameters
Returns:
The result of running the lambda with the given input parameters.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method