Member

libretto.lambda.Member
See theMember companion trait
object Member

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Member.type

Members list

Type members

Classlikes

case class InHead[||[_, _], ::[_, _], Label <: String, A, Tail](label: Label) extends Member[||, ::, Label, A, (Label :: A) || Tail]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Member[||, ::, Label, A, (Label :: A) || Tail]
class Object
trait Matchable
class Any
Show all
case class InTail[||[_, _], ::[_, _], Label, A, HLbl, H, Tail](i: Member[||, ::, Label, A, Tail]) extends Member[||, ::, Label, A, (HLbl :: H) || Tail]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Member[||, ::, Label, A, (HLbl :: H) || Tail]
class Object
trait Matchable
class Any
Show all
case class Single[||[_, _], ::[_, _], Label <: String, A](label: Label) extends Member[||, ::, Label, A, Label :: A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Member[||, ::, Label, A, Label :: A]
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Givens

given headInjector[||[_, _], ::[_, _], HLbl <: String, H, Tail](using hLbl: StaticValue[HLbl]): Member[||, ::, HLbl, H, (HLbl :: H) || Tail]
given singleInjector[||[_, _], ::[_, _], Lbl <: String, A](using label: StaticValue[Lbl]): Member[||, ::, Lbl, A, Lbl :: A]
given tailInjector[||[_, _], ::[_, _], Lbl, A, HLbl, H, Tail](using j: Member[||, ::, Lbl, A, Tail]): Member[||, ::, Lbl, A, (HLbl :: H) || Tail]