|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ix.util.lisp.Delay
A class for delaying evaluation.
A standard way to construct a Delay is to instantiate an anonymous class. For instance:
new Delay() { public Object eval() { ... code that computes the value ... } }
Field Summary | |
(package private) boolean |
forced_p
|
(package private) java.lang.Object |
value
|
Constructor Summary | |
Delay()
|
Method Summary | |
abstract java.lang.Object |
eval()
|
java.lang.Object |
force()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
java.lang.Object value
boolean forced_p
Constructor Detail |
public Delay()
Method Detail |
public java.lang.Object force()
public abstract java.lang.Object eval()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |