|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
I
- Type of input to compute the result for.R
- Type of result to compute on the input.public interface Functor<I,R>
Creates a functor (function object). A functor is an object that will compute a function on a given input and return a result.
Method Summary | |
---|---|
R |
function(I input)
Return the results computed over the input. |
Method Detail |
---|
R function(I input)
input
- input to compute the results for.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |