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