ScalaBaseType

slick.ast.ScalaBaseType$
See theScalaBaseType companion class

Attributes

Companion:
class
Source:
Type.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[T](implicit classTag: ClassTag[T], ordering: Ordering[T]): ScalaBaseType[T]

Attributes

Source:
Type.scala
def unapply[T](t: ScalaBaseType[T]): Some[(ClassTag[T], Ordering[T])]

Attributes

Source:
Type.scala

Implicits

Implicits

implicit val bigDecimalType: ScalaNumericType[BigDecimal]

Attributes

Source:
Type.scala
implicit val booleanType: ScalaBaseType[Boolean]

Attributes

Source:
Type.scala
implicit val byteType: ScalaNumericType[Byte]

Attributes

Source:
Type.scala
implicit val charType: ScalaBaseType[Char]

Attributes

Source:
Type.scala
implicit val doubleType: ScalaNumericType[Double]

Attributes

Source:
Type.scala
implicit val floatType: ScalaNumericType[Float]

Attributes

Source:
Type.scala
implicit val intType: ScalaNumericType[Int]

Attributes

Source:
Type.scala
implicit val longType: ScalaNumericType[Long]

Attributes

Source:
Type.scala
implicit val nullType: ScalaBaseType[Null]

Attributes

Source:
Type.scala

Attributes

Source:
Type.scala
implicit val shortType: ScalaNumericType[Short]

Attributes

Source:
Type.scala
implicit val stringType: ScalaBaseType[String]

Attributes

Source:
Type.scala