InLast

libretto.lambda.Member.InLast
case class InLast[||[_, _], ::[_, _], Init, Label <: String, A](label: Label) extends Member[||, ::, Label, A, Init || (Label :: A)]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Member[||, ::, Label, A, Init || (Label :: A)]
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 asMultiple[Init1, LZ, Z](using ev: (Init || (Label :: A)) =:= (Init1 || (LZ :: Z)), i: BiInjective[||], j: BiInjective[::]): Either[(Label, Label =:= LZ, A =:= Z), Member[||, ::, Label, A, Init1]]

Attributes

Definition Classes
override def asSingle[LB, B](using (Init || (Label :: A)) =:= (LB :: B), BiInjective[::]): (Label, Label =:= LB, A =:= B)

Attributes

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

Attributes

Definition Classes

Inherited methods

def inInit[BLbl, B]: Member[||, ::, Label, A, Init || (Label :: A) || (BLbl :: B)]

Attributes

Inherited from:
Member
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product