OptionMapper3

slick.lifted.OptionMapper3
See theOptionMapper3 companion object
sealed trait OptionMapper3[B1, B2, B3, BR, P1, P2, P3, R] extends OptionMapper[BR, R]

Attributes

Companion:
object
Source:
OptionMapper.scala
Graph
Supertypes
trait OptionMapper[BR, R]
trait Rep[BR] => Rep[R]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

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 column(fs: FunctionSymbol, ch: Node*)(implicit bt: TypedType[BR]): Rep[R]

Attributes

Inherited from:
OptionMapper
Source:
OptionMapper.scala
def compose[A](g: A => Rep[BR]): A => R

Attributes

Inherited from:
Function1
def lift: Boolean

Attributes

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

Attributes

Inherited from:
OptionMapper
Source:
OptionMapper.scala
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