InInit

libretto.lambda.Member.InInit
case class InInit[||[_, _], ::[_, _], Label, A, Init, BLbl, B](i: Member[||, ::, Label, A, Init]) extends Member[||, ::, Label, A, Init || (BLbl :: B)]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Member[||, ::, Label, A, Init || (BLbl :: B)]
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 || (BLbl :: B)) =:= (Init1 || (LZ :: Z)), i1: BiInjective[||], i2: BiInjective[::]): Either[(Label, Label =:= LZ, A =:= Z), Member[||, ::, Label, A, Init1]]

Attributes

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

Attributes

Definition Classes
override def label: Label & String

Attributes

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

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
Member
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product