OptionPrimitiveEncoder

io.kaizensolutions.virgil.codecs.CqlPrimitiveEncoder.OptionPrimitiveEncoder
final case class OptionPrimitiveEncoder[Scala, Driver](element: WithDriver[Scala, Driver]) extends CqlPrimitiveEncoder[Option[Scala]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CqlPrimitiveEncoder[Option[Scala]]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type DriverType = element.DriverType

Value members

Concrete methods

override def driverClass: Class[DriverType]

Attributes

Definition Classes
override def scala2Driver(scalaValue: Option[Scala], dataType: DataType): DriverType

Attributes

Definition Classes

Inherited methods

def contramap[ScalaType2](f: ScalaType2 => Option[Scala]): WithDriver[ScalaType2, DriverType]

Attributes

Inherited from:
CqlPrimitiveEncoder
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product