|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - the type of the input to the functionR - the type of the result of the functionpublic interface IFunction<T,R>
Can be used like Java 8 java.util.Function, but is available for Java 6. Represents a function that accepts one argument and produces a result.
This is a functional interface
whose functional method is apply(Object).
| Method Summary | |
|---|---|
R |
apply(T t)
Applies this function to the given argument. |
| Method Detail |
|---|
R apply(T t)
t - the function argument
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||