|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Map5<A,B,C,D,E,T>
Maps 5 objects of type A
, B
, C
, D
and E
respectively
to an object of type T
.
Method Summary | |
---|---|
T |
map(A a,
B b,
C c,
D d,
E e)
Maps a , b , c , d and e to the target object. |
Method Detail |
---|
T map(A a, B b, C c, D d, E e)
a
, b
, c
, d
and e
to the target object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |