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