trait Lazy [ T ]

A base trait for lazy tree fields. These can be instantiated with Lazy instances which can delay tree construction until the field is first demanded.

Constructors

Members

[+] def complete ( implicit ctx: Context ) : T