JavaScript is disabled on your browser.
Skip navigation links
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
fj
Interface F<A,B>
All Known Implementing Classes:
F1W
,
F1W.F1WFunc
public interface
F<A,B>
A transformation or function from
A
to
B
. This type can be represented using the Java 7 closure syntax.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
B
f
(
A
a)
Transform
A
to
B
.
Method Detail
f
B
f(
A
a)
Transform
A
to
B
.
Parameters:
a
- The
A
to transform.
Returns:
The result of the transformation.
Skip navigation links
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