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