NullableOp
dataprism.platform.sql.value.SqlDbValues.FundamentalUnaryOp.NullableOp
final case class NullableOp[V1, R1](op: UnaryOp[V1, R1]) extends FundamentalUnaryOp[Option[V1], Option[R1]]
Attributes
- Source
- SqlDbValues.scala
Members list
Value members
Inherited methods
Attributes
- Definition Classes
-
FundamentalUnaryOp -> UnaryOp
- Inherited from:
- FundamentalUnaryOp
- Source
- SqlDbValues.scala
Attributes
- Inherited from:
- UnaryOp
- Source
- SqlDbValuesBase.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
Attributes
- Inherited from:
- FundamentalUnaryOp
- Source
- SqlDbValues.scala
In this article