|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Function<X,Y>
The interface declares a method defining a function from domain X to range Y
| Method Summary | |
|---|---|
Y |
apply(X v)
Returns the result of applying the function to the parameter |
| Method Detail |
|---|
Y apply(X v)
v - something of type domain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||