|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of the input to the functionR - the type of the result of the functionpublic interface Function<T,R>
Represents a function that accepts one argument and produces a result.
| Method Summary | |
|---|---|
R |
apply(T t)
Applies this function to the given argument. |
| Method Detail |
|---|
R apply(T t)
t - the function argument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||