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

Source
Mirror.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any

Members list

Type members

Types

The names of the product elements

The names of the product elements

Attributes

Source
Mirror.scala

Attributes

Source
Mirror.scala
type MirroredMonoType = value.type

The mirrored *-type

The mirrored *-type

Attributes

Source
Mirror.scala
type MirroredType = value.type

Attributes

Source
Mirror.scala

Inherited types

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

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

Source
Mirror.scala

Concrete fields

val value: AnyRef

Attributes

Source
Mirror.scala