JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY:
NESTED |
FIELD |
CONSTR |
METHOD
DETAIL:
FIELD |
CONSTR |
METHOD
almost.functional
Interface Function<A,R>
Type Parameters:
A
- the type of the argument to the function
R
- the type of the result of the function
public interface
Function<A,R>
A functional interface and can be used to apply a function to a type and yield a result.
Method Summary
Methods
Modifier and Type
Method and Description
R
apply
(
A
argument)
Applies this function to the given argument.
Method Detail
apply
R
apply(
A
argument)
Applies this function to the given argument.
Parameters:
argument
- the function argument
Returns:
the result
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY:
NESTED |
FIELD |
CONSTR |
METHOD
DETAIL:
FIELD |
CONSTR |
METHOD