CustomType

org.squeryl.customtypes.CustomType
trait CustomType[T] extends Product1[T]

Attributes

Source
CustomTypesMode.scala
Graph
Supertypes
trait Product1[T]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class BinaryField
class BooleanField
class ByteField
class DateField
class DoubleField
class FloatField
class IntField
class LongField
class StringField
class UuidField
Show all

Members list

Value members

Abstract methods

def value: T

Attributes

Source
CustomTypesMode.scala

Concrete methods

def _1: T

Attributes

Source
CustomTypesMode.scala
def canEqual(a: Any): Boolean

Attributes

Source
CustomTypesMode.scala

Inherited methods

override def productArity: Int

Attributes

Definition Classes
Product1 -> Product
Inherited from:
Product1
override def productElement(n: Int): Any

Attributes

Definition Classes
Product1 -> Product
Inherited from:
Product1
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product