JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ix
Interface IxFunction<T,R>
Type Parameters:
T
- the input value type
R
- the output value type
public interface
IxFunction<T,R>
A function callback with one input value and one output value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
apply
(
T
t)
Applies a function to the input value and returns an output value.
Method Detail
apply
R
apply(
T
t)
Applies a function to the input value and returns an output value.
Parameters:
t
- the input value
Returns:
the output value
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method