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 whereTis not a column base type. This special representation is necessary so that a non-OptionRepvalue can be retrieved for encoding Option-based operations. This base value is of typeTifT <: Rep[_], otherwise of typeRep[T].