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