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