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 IVoidLambda<P>
Type Parameters:
P
- The Type of the input parameters
public interface
IVoidLambda<P>
Generalized lambda that takes a vararg of input parameters and has no return value.
Author:
swong
Method Summary
Methods
Modifier and Type
Method and Description
void
apply
(
P
... params)
Run (apply) the lambda
Method Detail
apply
void apply(
P
... params)
Run (apply) the lambda
Parameters:
params
- vararg of 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