sealed case class Literal[B](values: Iterable[B])(implicit evidence$29: (SelectModule.this)#TypeTag[B]) extends (SelectModule.this)#Read[B] 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
- abstract type ColumnIdentity
- type ColumnsOut = (SelectModule.this)#Expr[Source[ColumnIdentity, Any], Any, B]
- type ResultType = B
- type TableSource = Any
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[(SelectModule.this)#Expr[Source[ColumnIdentity, Any], Any, B], B, Literal[B] { type ColumnsOut = Literal.this.ColumnsOut }, Any]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def columns(name: (SelectModule.this)#TableName): Source[Any, B, (<refinement>.this)#Identity, Any]
- 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) => 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
- 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) => Target): (SelectModule.this)#Read[Target]
- Definition Classes
- Read
- def typeTag: (SelectModule.this)#TypeTag[B]
- def union[Out1 >: B](that: Aux[ResultType, Out1]): Aux[ResultType, Out1]
- Definition Classes
- Read
- def unionAll[Out1 >: B](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()