SingletonProxy

class SingletonProxy(val value: AnyRef) extends Product

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

trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Types

The names of the product elements

The names of the product elements

type MirroredMonoType = AnyRef

The mirrored *-type

The mirrored *-type

type MirroredType = AnyRef

Inherited types

The name of the type

The name of the type

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.

Concrete fields

val value: AnyRef