|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VoidToChar
Instances of VoidToChar
represent functions
which take void
s as input and return values of
type char
. Such instances are created by
lambda expressions of the XL programming language, e.g.,
VoidToChar f = void => char
some expression;
.
Method Summary | |
---|---|
char |
evaluateChar()
Computes the value of this function. |
Method Detail |
---|
char evaluateChar()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |