|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A - class of input objectsB - class of transformed objectspublic static interface Utils.Function<A,B>
Represents a function that can be applied to objects of A and
returns objects of B.
| Method Summary | |
|---|---|
B |
apply(A x)
Applies the function on x. |
| Method Detail |
|---|
B apply(A x)
x.
x - an object of
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||