SingletonProxy

scala.deriving.Mirror$.SingletonProxy
class SingletonProxy(val value: AnyRef) extends Product

A proxy for Scala 2 singletons, which do not inherit Singleton directly

Attributes

Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

The names of the product elements

The names of the product elements

Attributes

type MirroredMonoType = AnyRef

The mirrored *-type

The mirrored *-type

Attributes

type MirroredType = AnyRef

Inherited types

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Concrete fields

val value: AnyRef