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
Members list
Type members
Types
The names of the product elements.
Attributes
- Source
- Mirror.scala
The mirrored *-type.
Attributes
- Source
- Mirror.scala
Inherited and Abstract types
The name of the type.
Value members
Concrete methods
Creates a new instance of type T with elements taken from product p.
Concrete fields
Attributes
- Source
- Mirror.scala
In this article