Singleton

trait Singleton extends Product
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

Source:
Mirror.scala
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Source:
Mirror.scala
type MirroredType = Singleton.this.type

Inherited types

The name of the type

The name of the type

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.

Source:
Mirror.scala