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