RepShapeImplicits

slick.lifted.RepShapeImplicits

Attributes

Source:
Shape.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Implicits

Implicits

implicit def optionShape[M, U, P, Level <: ShapeLevel](implicit sh: Shape[_ <: Level, Rep[M], U, Rep[P]]): Shape[Level, Rep[Option[M]], Option[U], Rep[Option[P]]]

A Shape for Option-valued Reps.

A Shape for Option-valued Reps.

Attributes

Source:
Shape.scala
implicit def repColumnShape[T : BaseTypedType, Level <: ShapeLevel]: Shape[Level, Rep[T], T, Rep[T]]

A Shape for single-column Reps.

A Shape for single-column Reps.

Attributes

Source:
Shape.scala

Inherited implicits

implicit def anyOptionShape[M, U, P, Level <: ShapeLevel](implicit sh: Shape[_ <: Level, M, U, P]): Shape[Level, Rep[Option[M]], Option[U], Rep[Option[P]]]

A Shape for Option-valued non-Reps.

A Shape for Option-valued non-Reps.

Attributes

Inherited from:
OptionShapeImplicits
Source:
Shape.scala