Nullability

dataprism.platform.sql.value.SqlDbValuesBase.Nullability
See theNullability companion trait
object Nullability

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Aux[A, NNA0, N0[_]] = Nullability[A] { type N = N0; type NNA = NNA0; }

Givens

Givens

given notNull[A](using NotGiven[A <:< Option[_]]): Aux[A, A, Id]
given nullable[A <: Option[NN], NN]: Aux[A, NN, Option]