public interface F5<A,B,C,D,E,F$>
A
, B
, C
,
D
and E
to F$
. This type can be represented using the Java
7 closure syntax.Modifier and Type | Method and Description |
---|---|
F$ |
f(A a,
B b,
C c,
D d,
E e)
Transform
A , B , C , D and E to
F$ . |