|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Function<E>
A Function that accepts an argument of a certain type and returns a new value of the same type.
Can be used for commuting functions or for the Ref.alter methods.
This class is generated.
| Method Summary | |
|---|---|
E |
call(E value)
Evaluates the function. |
| Method Detail |
|---|
E call(E value)
value - the value to evaluate.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||