Returns a function converting an object into T.
TypeTag for the target type.
Converts and object or throws TypeConversionException if the object can't be converted.
String representation of the converter target type.
(typeConverter: StringAdd).self
(typeConverter: StringFormat).self
(typeConverter: ArrowAssoc[TypeConverter[T]]).x
(Since version 2.10.0) Use leftOfArrow instead
(typeConverter: Ensuring[TypeConverter[T]]).x
(Since version 2.10.0) Use resultOfEnsuring instead
Machinery for converting objects of any type received from Cassandra into objects of Scala types. Every converter knows how to convert object to one type. See
TypeConvertercompanion object for a list of available converters.