Lazy

dotty.tools.dotc.ast.Trees$.Lazy
trait Lazy[+T <: AnyRef]

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.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class LazyReader[T]

Members list

Concise view

Value members

Abstract methods

def complete(using Context): T