AnyRef

object AnyRef

scala.AnyRef type is an alias for java.lang.Object, they can be used interchangebly.

AnyRef object is a companion for scala.AnyRef type

Source
__.scala
class java.lang.Object
trait scala.Matchable
class Any

Member

object G

AnyRef Generic Container Implementations

Generally containers in the Val framework by default handle AnyRef values, though some implementations are abstract. Thus, AnyRef.G provides missing container implementations and definitions relevant to AnyRef types.

Source
__.scala
opaque type Opaque

AnyRef.Opaque is the supertype for all reference based opaque types

As an example look into J.File.Store with source code available.

Source
__.scala