RepOption
slick.lifted.RepOption
final case class RepOption[T](base: ShapedValue[_, _], toNode: Node) extends Rep[Option[T]]
Represents Rep[Option[T]] in all cases where T is not a column base type. This special representation is necessary so that a non-Option Rep value can be retrieved for encoding Option-based operations. This base value is of type T if T <: Rep[_], otherwise of type Rep[T].
Attributes
- Source
- Rep.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article