|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Type
- the type of the argumentspublic interface FunctionReturningString<Type>
Interface for a function with arguments of one type and returning a string.
Nested Class Summary | |
---|---|
static class |
FunctionReturningString.IFileToStringFunction
Example function for computing the representation of an IFile. |
Method Summary | |
---|---|
String |
evaluate(Object... args)
Evaluate the function. |
Method Detail |
---|
String evaluate(Object... args)
args
- the arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |