EitherPrimitiveDecoder
io.kaizensolutions.virgil.codecs.CqlPrimitiveDecoder.EitherPrimitiveDecoder
final case class EitherPrimitiveDecoder[Scala, Driver](original: WithDriver[Scala, Driver]) extends CqlPrimitiveDecoder[Either[DecoderException, Scala]]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Types
Value members
Concrete methods
override def driver2Scala(driverValue: DriverType, dataType: DataType): Either[DecoderException, Scala]
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
def absolve[ScalaType2](implicit ev: Either[DecoderException, Scala] <:< Either[DecoderException, ScalaType2]): WithDriver[ScalaType2, DriverType]
Attributes
- Inherited from:
- CqlPrimitiveDecoder
Attributes
- Inherited from:
- CqlPrimitiveDecoder
def map[ScalaType2](f: (Either[DecoderException, Scala]) => ScalaType2): WithDriver[ScalaType2, DriverType]
Attributes
- Inherited from:
- CqlPrimitiveDecoder
Attributes
- Inherited from:
- CqlPrimitiveDecoder
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
def widen[SuperTypeScala >: Either[DecoderException, Scala]]: WithDriver[SuperTypeScala, DriverType]
Attributes
- Inherited from:
- CqlPrimitiveDecoder
In this article