sealed case class Literal[B](values: Iterable[B])(implicit evidence$29: (SelectModule.this)#TypeTag[B]) extends (SelectModule.this)#Read[(B, Unit)] with Product with Serializable
- Self Type
- Literal[B]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Literal
- Serializable
- Product
- Equals
- Read
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Literal(values: Iterable[B])(implicit arg0: (SelectModule.this)#TypeTag[B])
Type Members
- type CS = Cons[ColumnHead, ColumnTail, HeadIdentity]
- type ColumnHead = B
- type ColumnTail = Empty.type
- abstract type HeadIdentity
- Definition Classes
- Read
- type ResultType = (B, Unit)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asTable(name: (SelectModule.this)#TableName): DerivedTable[(B, Unit), Literal[B]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val columnSet: CS
- 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[Out2](f: ((B, Unit)) => Out2): Aux[ResultType, Out2]
Maps the Read query's output to another type by providing a function that can transform from the current type to the new type.
- val mapper: (ResultType) => (B, Unit)
- 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 to[Target](f: ((B, Unit)) => Target): (SelectModule.this)#Read[Target]
- Definition Classes
- Read
- def typeTag: (SelectModule.this)#TypeTag[B]
- def union[Out1 >: (B, Unit)](that: Aux[ResultType, Out1]): Aux[ResultType, Out1]
- Definition Classes
- Read
- def unionAll[Out1 >: (B, Unit)](that: Aux[ResultType, Out1]): Aux[ResultType, Out1]
- Definition Classes
- Read
- val values: Iterable[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()