NullabilityTypeChoiceNoArr
dataprism.sql.NullabilityTypeChoiceNoArr
class NullabilityTypeChoiceNoArr[Codec[_], A](notNullCodec: Codec[A], nullableCodec: Codec[Option[A]]) extends NullabilityTypeChoice[Codec, A, 0]
Attributes
- Source
- types.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Members list
Type members
Types
Attributes
- Source
- types.scala
Inherited types
type Dimension = 0
Attributes
- Inherited from:
- NullabilityTypeChoice
- Source
- types.scala
Attributes
- Inherited from:
- NullabilityTypeChoice
- Source
- types.scala
Attributes
- Inherited from:
- SelectedType
- Source
- types.scala
Value members
Concrete methods
override def elementType(using ev: (0 > 0) =:= true): SelectedType[Codec, Nothing] { type Dimension = -1 + 0; }
Attributes
- Definition Classes
- Source
- types.scala
def imap[B, NewElement](f: A => B)(g: B => A)(using NotGiven[B <:< Option[_]], Invariant[Codec]): NullabilityTypeChoiceNoArr[Codec, B]
Attributes
- Source
- types.scala
Inherited methods
Attributes
- Inherited from:
- NullabilityTypeChoice
- Source
- types.scala
Attributes
- Inherited from:
- SelectedType
- Source
- types.scala
Inherited fields
Attributes
- Inherited from:
- NullabilityTypeChoice
- Source
- types.scala
In this article