OptionLift

slick.lifted.OptionLift
See theOptionLift companion trait

Attributes

Companion
trait
Source
OptionMapper.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
OptionLift.type

Members list

Value members

Inherited methods

def baseValue[M, O](v: O, path: Node): M

Get a suitably typed base value for a Rep[Option[_]]

Get a suitably typed base value for a Rep[Option[_]]

Attributes

Inherited from:
OptionLiftLowPriority
Source
OptionMapper.scala

Implicits

Implicits

final implicit def repOptionLift[M <: Rep[_], P](implicit shape: Shape[_ <: FlatShapeLevel, M, _, Rep[P]]): OptionLift[M, Rep[Option[P]]]

Attributes

Source
OptionMapper.scala

Inherited implicits

final implicit def anyOptionLift[M, P](implicit shape: Shape[_ <: FlatShapeLevel, M, _, P]): OptionLift[M, Rep[Option[P]]]

Attributes

Inherited from:
OptionLiftLowPriority
Source
OptionMapper.scala