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