|
||||||||||
| 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 FloatFunction<R>
Represents a function that accepts a float-valued argument and produces a
result. This is the float-consuming primitive specialization for
Function.
Function| Method Summary | |
|---|---|
R |
apply(float value)
Applies this function to the given argument. |
| Method Detail |
|---|
R apply(float value)
value - the function argument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||