|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - argument typeR - return type@Applicative public interface Applicable<T,R>
Applicables are transformations that take one argument and have a
return value, by implementing an apply(Object) method.
Recomendations for implementing| Method Summary | |
|---|---|
R |
apply(T arg)
Performs a transformation on the given element, and returns its result. |
| Method Detail |
|---|
R apply(T arg)
arg - the transformation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||