|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A
- the function parameter typeT
- the function result typepublic interface Function<A,T>
Generic function interface for transforming an argument into a value.
Method Summary | |
---|---|
T |
apply(A a)
Applies the function to the provided value |
Method Detail |
---|
T apply(A a)
a
- the value to apply the function to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |