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