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