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 F2<A,B,C>
All Known Implementing Classes:
F2W
,
F2W.F2WFunc
public interface
F2<A,B,C>
A transformation function of arity-2 from
A
and
B
to
C
. 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
C
f
(
A
a,
B
b)
Transform
A
and
B
to
C
.
Method Detail
f
C
f(
A
a,
B
b)
Transform
A
and
B
to
C
.
Parameters:
a
- The
A
to transform.
b
- The
B
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