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