Packages

c

org.pmml4s.data

FloatVal

case class FloatVal(value: Float) extends NumericVal with Product with Serializable

Linear Supertypes
Product, Equals, NumericVal, DataVal, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FloatVal
  2. Product
  3. Equals
  4. NumericVal
  5. DataVal
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FloatVal(value: Float)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def <(x: FloatVal): Boolean
  4. def <(x: Float): Boolean
  5. def <=(x: FloatVal): Boolean
  6. def <=(x: Float): Boolean
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >(x: FloatVal): Boolean
  9. def >(x: Float): Boolean
  10. def >=(x: FloatVal): Boolean
  11. def >=(x: Float): Boolean
  12. def as[T](implicit arg0: ClassTag[T]): T
    Definition Classes
    DataVal
    Annotations
    @inline()
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  15. def dataType: DataType
    Definition Classes
    FloatValDataVal
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(that: Float): Boolean
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isMissing: Boolean
    Definition Classes
    DataVal
  21. def isNumeric: Boolean
    Definition Classes
    NumericValDataVal
  22. def isString: Boolean
    Definition Classes
    NumericValDataVal
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def nonMissing: Boolean
    Definition Classes
    DataVal
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toBool: Boolean
    Definition Classes
    FloatValDataVal
  30. def toByte: Byte
    Definition Classes
    FloatValDataVal
  31. def toChar: Char
    Definition Classes
    FloatValDataVal
  32. def toDouble: Double
    Definition Classes
    FloatValDataVal
  33. def toInt: Int
    Definition Classes
    FloatValDataVal
  34. def toLong: Long
    Definition Classes
    FloatValDataVal
  35. def toShort: Short
    Definition Classes
    FloatValDataVal
  36. def toString(): String
    Definition Classes
    FloatVal → AnyRef → Any
  37. def toVal: Any
    Definition Classes
    FloatValDataVal
  38. val value: Float
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Product

Inherited from Equals

Inherited from NumericVal

Inherited from DataVal

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped