InTail

libretto.lambda.Member.InTail
case class InTail[||[_, _], ::[_, _], Label, A, HLbl, H, Tail](i: Member[||, ::, Label, A, Tail]) extends Member[||, ::, Label, A, (HLbl :: H) || Tail]

Attributes

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

Members list

Type members

Inherited types

final type Type = A

Attributes

Inherited from:
Member

Value members

Concrete methods

override def label: Label & String

Attributes

Definition Classes
override def testEqual[Lbl2, B](that: Member[||, ::, Lbl2, B, (HLbl :: H) || Tail])(using BiInjective[||], BiInjective[::]): Option[A =:= B]

Attributes

Definition Classes

Inherited methods

def inTail[HLbl, H]: Member[||, ::, Label, A, (HLbl :: H) || (HLbl :: H) || Tail]

Attributes

Inherited from:
Member
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product