|
Copyright 2008 - 2009 Tony Morris, Runar Bjarnason, Tom Adams, Brad Clow, Ricky Clarkson, Nick Partridge, Jason Zaugg This software is released under an open source BSD licence. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface F5<A,B,C,D,E,F$>
A transformation function of arity-5 from A
, B
, C
,
D
and E
to F$
. This type can be represented using the Java
7 closure syntax.
Method Summary | |
---|---|
F$ |
f(A a,
B b,
C c,
D d,
E e)
Transform A , B , C , D and E to
F$ . |
Method Detail |
---|
F$ f(A a, B b, C c, D d, E e)
A
, B
, C
, D
and E
to
F$
.
a
- The A
to transform.b
- The B
to transform.c
- The C
to transform.d
- The D
to transform.e
- The E
to transform.
|
Copyright 2008 - 2009 Tony Morris, Runar Bjarnason, Tom Adams, Brad Clow, Ricky Clarkson, Nick Partridge, Jason Zaugg This software is released under an open source BSD licence. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |