All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----oplan.util.lisp.Delay
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 ... } }
Object value
boolean forced_p
public Delay()
public Object force()
public abstract Object eval()
All Packages Class Hierarchy This Package Previous Next Index