Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from Rep[Option[T]]
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringadd from
RepOption[T] to any2stringadd[RepOption[T]]
Inherited by implicit conversion StringFormat from
RepOption[T] to StringFormat[RepOption[T]]
Represents
Rep[Option[T]]
in all cases whereT
is not a column base type. This special representation is necessary so that a non-OptionRep
value can be retrieved for encoding Option-based operations. This base value is of typeT
ifT <: Rep[_]
, otherwise of typeRep[T]
.