|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of the input to the functionpublic interface ToIntFunction<T>
Represents a function that produces an int-valued result. This is the
int-producing primitive specialization for Function.
Function| Method Summary | |
|---|---|
int |
applyAsInt(T value)
Applies this function to the given argument. |
| Method Detail |
|---|
int applyAsInt(T value)
value - the function argument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||