case class FloatVal(value: Float) extends NumericVal with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FloatVal
- Product
- Equals
- NumericVal
- DataVal
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FloatVal(value: Float)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def <(x: FloatVal): Boolean
- def <(x: Float): Boolean
- def <=(x: FloatVal): Boolean
- def <=(x: Float): Boolean
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(x: FloatVal): Boolean
- def >(x: Float): Boolean
- def >=(x: FloatVal): Boolean
- def >=(x: Float): Boolean
- def as[T](implicit arg0: ClassTag[T]): T
- Definition Classes
- DataVal
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def dataType: DataType
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Float): Boolean
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMissing: Boolean
- Definition Classes
- DataVal
- def isNumeric: Boolean
- Definition Classes
- NumericVal → DataVal
- def isString: Boolean
- Definition Classes
- NumericVal → DataVal
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonMissing: Boolean
- Definition Classes
- DataVal
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBool: Boolean
- def toByte: Byte
- def toChar: Char
- def toDouble: Double
- def toInt: Int
- def toLong: Long
- def toShort: Short
- def toString(): String
- Definition Classes
- FloatVal → AnyRef → Any
- def toVal: Any
- val value: Float
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)