| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - an argumentR - a resultpublic interface IFunction<T,R>
Represents a function that accepts one argument and produces a result. This class is called IFunction instead of Function to prevent clashes with the one in Java 8.
| Method Summary | |
|---|---|
 R | 
apply(T input)
 | 
| Method Detail | 
|---|
R apply(T input)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||