sealed case class Cons[A, B <: (TableModule.this)#ColumnSet, HeadIdentity](head: Column.Aux[A, HeadIdentity], tail: B) extends (TableModule.this)#ColumnSet with Product with Serializable
- Self Type
- Cons[A, B, HeadIdentity]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Cons
- Serializable
- Product
- Equals
- ColumnSet
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Cons(head: Column.Aux[A, HeadIdentity], tail: B)
Type Members
- type AllColumnIdentities = HeadIdentity with B.AllColumnIdentities
- type Append[That <: (TableModule.this)#ColumnSet] = Cons[A, B.Append[That], HeadIdentity]
- type ColumnsRepr[T] = ((TableModule.this)#Expr[Source[HeadIdentity, T], T, A], B.ColumnsRepr[T])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ++[That <: (TableModule.this)#ColumnSet](that: That): Append[That]
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def @@[HeadType](columnSetAspect: ColumnSetAspect.Aux[A, HeadType])(implicit ev: <:<[B, Empty], typeTagA: NotNull[A]): Cons[HeadType, B, HeadIdentity] { ... /* 3 definitions in type refinement */ }
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def columnsUntyped: List[Untyped]
- def contains[A](column: (TableModule.this)#Column[A]): Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val head: Column.Aux[A, HeadIdentity]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeColumns[T](columnToExpr: (TableModule.this)#ColumnToExpr[T]): ColumnsRepr[T]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def table(name0: (TableModule.this)#TableName): Aux_[ColumnsRepr, A, B, AllColumnIdentities, HeadIdentity]
- val tail: B
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()