|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
I
- The type of the input to this lambda.O
- The type of the output from this lambda.public interface Lambda<I,O>
A 'lambda,' or first-class function, that takes one argument and returns one argument.
Method Summary | |
---|---|
O |
call(I i)
|
Method Detail |
---|
O call(I i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |