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