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