SetPrimitiveEncoder

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

Attributes

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

Members list

Type members

Types

override type DriverType = Set[element.DriverType]

Value members

Concrete methods

override def driverClass: Class[DriverType]

Attributes

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

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
CqlPrimitiveEncoder
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product