OptionPrimitiveDecoder
io.kaizensolutions.virgil.codecs.CqlPrimitiveDecoder.OptionPrimitiveDecoder
final case class OptionPrimitiveDecoder[Scala, Driver](element: WithDriver[Scala, Driver]) extends CqlPrimitiveDecoder[Option[Scala]]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Types
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
def absolve[ScalaType2](implicit ev: Option[Scala] <:< Either[DecoderException, ScalaType2]): WithDriver[ScalaType2, DriverType]
Attributes
- Inherited from:
- CqlPrimitiveDecoder
Attributes
- Inherited from:
- CqlPrimitiveDecoder
Attributes
- Inherited from:
- CqlPrimitiveDecoder
Attributes
- Inherited from:
- CqlPrimitiveDecoder
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- CqlPrimitiveDecoder
In this article