|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T1
- T2
- R
- public interface Function2<T1,T2,R>
Generic function interface with 2 input parameters.
Method Summary | |
---|---|
R |
apply(T1 from1,
T2 from2)
Map a single item from one type to another |
Method Detail |
---|
R apply(T1 from1, T2 from2)
from1
- the first input itemfrom2
- the second input item
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |