MirrorOfProductRecord

com.github.tarao.record4s.ProductRecord.MirrorOfProductRecord
class MirrorOfProductRecord[ElemLabels <: Tuple, ElemTypes <: Tuple, P <: ProductRecord](elemLabels: Seq[String]) extends Product

Attributes

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

Members list

Type members

Types

type MirroredElemLabels = ElemLabels

The names of the product elements

The names of the product elements

Attributes

Source
ArrayRecord.scala
type MirroredElemTypes = ElemTypes

Attributes

Source
ArrayRecord.scala
type MirroredLabel = "ProductRecord"

The name of the type

The name of the type

Attributes

Source
ArrayRecord.scala
type MirroredMonoType = P

The mirrored *-type

The mirrored *-type

Attributes

Source
ArrayRecord.scala
type MirroredType = P

Attributes

Source
ArrayRecord.scala

Value members

Concrete methods

def fromProduct(p: Product): P

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
ArrayRecord.scala