libretto.lambda.Member
See theMember companion trait
object Member
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
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]
In this article