OptionShapeImplicits

slick.lifted.OptionShapeImplicits

Attributes

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

Members list

Concise view

Implicits

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

Source:
Shape.scala