|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
R - the type of the result of the functionpublic interface CharFunction<R>
Represents a function that accepts a char-valued argument and produces a
result. This is the char-consuming primitive specialization for
Function.
Function| Method Summary | |
|---|---|
R |
apply(char value)
Applies this function to the given argument. |
| Method Detail |
|---|
R apply(char value)
value - the function argument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||