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