TupleElem

libretto.lambda.TupleElem
See theTupleElem companion trait
object TupleElem

Attributes

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

Members list

Type members

Classlikes

case class InInit[||[_, _], Nil, A, Init, Z](init: TupleElem[||, Nil, A, Init]) extends TupleElem[||, Nil, A, Init || Z]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TupleElem[||, Nil, A, Init || Z]
class Object
trait Matchable
class Any
Show all
case class Last[||[_, _], Nil, Init, Z]() extends TupleElem[||, Nil, Z, Init || Z]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TupleElem[||, Nil, Z, Init || Z]
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

Value members

Concrete methods

def single[||[_, _], Nil, A]: TupleElem[||, Nil, A, Nil || A]