|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
P1 - the first argument that is passed to the closureP2 - the second argument that is passed to the closureResult - the result of the single closure method.public static interface Functions.Function2<P1,P2,Result>
A function that takes two arguments.
| Method Summary | |
|---|---|
Result |
apply(P1 p1,
P2 p2)
|
| Method Detail |
|---|
Result apply(P1 p1,
P2 p2)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||