NotNullType
dataprism.sql.NotNullType
case class NotNullType[Codec[_], A](codec: Codec[A], choice: NullabilityTypeChoice[Codec, A, 0]) extends SelectedType[Codec, A]
Attributes
- Source
- types.scala
- Graph
-
- Supertypes
Members list
Type members
Inherited types
Attributes
- Inherited from:
- SelectedType
- Source
- types.scala
Value members
Concrete methods
override def elementType(using ev: false =:= true): SelectedType[Codec, Nothing] { type Dimension = -1 + 0; }
Attributes
- Definition Classes
- Source
- types.scala
Inherited methods
Attributes
- Inherited from:
- SelectedType
- Source
- types.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article