trait WithLazyField [ +T ]

A tree that can have a lazy field The field is represented by some private var which is proxied unforced and force. Forcing the field will set the var to the underlying value.

Constructors

Members

[+] protected def force ( x: AnyRef ) : Unit
[+] def forceIfLazy ( implicit ctx: Context ) : T
[+] def unforced : AnyRef