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
- Serializable
- Product
- Equals
- SelectionSet
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
ColumnHead = A
- Definition Classes
- Cons → SelectionSet
-
type
ColumnsOut[S] = ((SelectModule.this)#Expr[Source[HeadIdentity, S], S, A], B.ColumnsOut[S])
- 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( ... ) @native()
-
def
columns[S](name: (SelectModule.this)#TableName): ColumnsOut[S]
- 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[_]
- 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
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()