Product

trait Product extends Mirror

The Mirror for a product type

Source
Mirror.scala
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

The names of the product elements

The names of the product elements

Inherited from
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Inherited from
Mirror
Source
Mirror.scala

The mirrored *-type

The mirrored *-type

Inherited from
Mirror
Source
Mirror.scala

Value members

Abstract 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