DoubleType

case object DoubleType extends DoubleType
Companion:
class
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class DataType
trait Serializable
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Inherited methods

def accepts(other: DataType): Boolean

Returns true if other is an acceptable input type for a function that expects this.

Returns true if other is an acceptable input type for a function that expects this.

Inherited from:
DataTypeLike
Inherited from:
DataType
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
def isDate: Boolean
Inherited from:
DataTypeLike
def isDateTime: Boolean
Inherited from:
DataTypeLike
override def isDouble: Boolean
Definition Classes
Inherited from:
DoubleType
def isFloat: Boolean
Inherited from:
DataTypeLike
override def isNumeric: Boolean
Definition Classes
Inherited from:
NumericType
def isReal: Boolean
Inherited from:
DataTypeLike
def isString: Boolean
Inherited from:
DataTypeLike
def isTime: Boolean
Inherited from:
DataTypeLike
def isTimestamp: Boolean
Inherited from:
DataTypeLike
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def toString: String
Definition Classes
DoubleType -> Any
Inherited from:
DoubleType
def toVal(s: String): Any
Inherited from:
DataType