Env

case class Env(ctx: Context, cache: Cache)
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Can the method call be ignored?

Can the method call be ignored?

def isAlwaysInitialized(tp: Type)(implicit env: Env): Boolean

Whether values of a given type is always fully initialized?

Whether values of a given type is always fully initialized?

It's true for primitive values

def withCtx(newCtx: Context): Env
def withOwner(owner: Symbol): Env

Inherited methods

Inherited from
Product