sealed case class Mapped[Repr, Out, Out2](read: Aux[Repr, Out], f: (Out) ⇒ Out2) extends (SelectModule.this)#Read[Out2] with Product with Serializable
- Self Type
- Mapped[Repr, Out, Out2]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Mapped
- Serializable
- Serializable
- Product
- Equals
- Read
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
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[(read)#ColumnsOut, Out2, Mapped[Repr, Out, Out2] { type ColumnsOut = Mapped.this.ColumnsOut }, (read)#TableSource]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def columns(name: (SelectModule.this)#TableName): ColumnsOut
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val f: (Out) ⇒ Out2
-
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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
map[Out2](f: (Out2) ⇒ 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: ((read)#ResultType) ⇒ Out2
-
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()
- val read: Aux[Repr, Out]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
to[Target](f: (Out2) ⇒ Target): (SelectModule.this)#Read[Target]
- Definition Classes
- Read
-
def
union[Out1 >: Out2](that: Aux[ResultType, Out1]): Aux[ResultType, Out1]
- Definition Classes
- Read
-
def
unionAll[Out1 >: Out2](that: Aux[ResultType, Out1]): Aux[ResultType, Out1]
- Definition Classes
- Read
-
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()