case class LazyRef
extends UncachedProxyType with ValueType

Constructors

LazyRef ( refFn: () => Type )

Members

private var computed : Boolean
private var myRef : Type
val refFn : () => Type
def _1 : T1
private def computed_= ( x$1: Boolean ) : Unit
def copy ( refFn: () => Type ) : LazyRef
def copy$default$1 : () => Type
override def equals ( other: Any ) : Boolean
def evaluating : Boolean
override def hashCode : Int
private def myRef_= ( x$1: Type ) : Unit
def ref : Type
override def toString : String
override def underlying ( implicit ctx: Context ) : Type

The type to which this proxy forwards operations.

The type to which this proxy forwards operations.