Class Lazy<A>

All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
Variable.LazyPlus

public abstract class Lazy<A> extends Proxy<A>
Wrapper class for a pattern that is to be created on demand.

Subclasses of this class must implement the init(Pattern) method.

See Also: