sealed case class Cons[-Source, A, B <: (SelectModule.this)#SelectionSet[Source]](head: (SelectModule.this)#ColumnSelection[Source, A], tail: B) extends (SelectModule.this)#SelectionSet[Source] with Product with Serializable
- Self Type
- Cons[Source, A, B]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Cons
- Serializable
- Product
- Equals
- SelectionSet
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Cons(head: (SelectModule.this)#ColumnSelection[Source, A], tail: B)
Type Members
- type Append[Source1, That <: (SelectModule.this)#SelectionSet[Source1]] = Cons[Source1, A, B.Append[Source1, That]]
- Definition Classes
- Cons → SelectionSet
- type CS = TableModule.ColumnSet.Cons[ColumnHead, ColumnTail, HeadIdentity]
- Definition Classes
- Cons → SelectionSet
- type ColumnHead = A
- Definition Classes
- Cons → SelectionSet
- type ColumnTail = B.CS
- Definition Classes
- Cons → SelectionSet
- type HeadIdentity = Identity
- Definition Classes
- Cons → SelectionSet
- type ResultTypeRepr = (A, B.ResultTypeRepr)
- Definition Classes
- Cons → SelectionSet
- type SelectionTail = B
- Definition Classes
- Cons → SelectionSet
- type SelectionsRepr[Source1, T] = ((SelectModule.this)#ColumnSelection[Source1, A], B.SelectionsRepr[Source1, T])
- Definition Classes
- Cons → SelectionSet
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ++[Source1 <: Source, That <: (SelectModule.this)#SelectionSet[Source1]](that: That): Append[Source1, That]
- Definition Classes
- Cons → SelectionSet
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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 columnSet: CS
- Definition Classes
- Cons → SelectionSet
- 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: (SelectModule.this)#ColumnSelection[Source, A]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- def selections[Source1 <: Source, T]: SelectionsRepr[Source1, T]
- Definition Classes
- Cons → SelectionSet
- def selectionsUntyped: List[(SelectModule.this)#ColumnSelection[Source, _]]
- Definition Classes
- Cons → SelectionSet
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()