OptionMapper

slick.lifted.OptionMapper
trait OptionMapper[BR, R] extends Rep[BR] => Rep[R]

Attributes

Source:
OptionMapper.scala
Graph
Supertypes
trait Rep[BR] => Rep[R]
class Object
trait Matchable
class Any
Known subtypes
trait OptionMapper2[B1, B2, BR, P1, P2, R]
trait OptionMapper3[B1, B2, B3, BR, P1, P2, P3, R]

Members list

Concise view

Value members

Abstract methods

def lift: Boolean

Attributes

Source:
OptionMapper.scala

Concrete methods

def column(fs: FunctionSymbol, ch: Node*)(implicit bt: TypedType[BR]): Rep[R]

Attributes

Source:
OptionMapper.scala
def liftedType(implicit bt: TypedType[BR]): TypedType[R]

Attributes

Source:
OptionMapper.scala

Inherited methods

def andThen[A](g: Rep[R] => A): T1 => A

Attributes

Inherited from:
Function1
def apply(v1: Rep[BR]): R

Attributes

Inherited from:
Function1
def compose[A](g: A => Rep[BR]): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1