Encode a reference into this Rep.
Get the Node for this Rep.
(repOption: StringAdd).self
(repOption: StringFormat).self
(repOption: ArrowAssoc[RepOption[T]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(repOption: Ensuring[RepOption[T]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
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]
.