Packages

object DataVal extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataVal
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. val 0.0: DoubleVal
  4. val 1: LongVal
  5. val 1.0: DoubleVal
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. val DefaultDecimalFormat: DecimalFormat
  8. val EmptyString: StringVal
  9. val FALSE: BoolVal
  10. val NULL: DataVal
  11. val NULLDate: DateVal
  12. val NULLString: StringVal
  13. val NaN: DoubleVal
  14. val NegativeInfinity: DoubleVal
  15. val PositiveInfinity: DoubleVal
  16. val TRUE: BoolVal
  17. val TYPE: Class[DataVal]
  18. def apply(value: Any): DataVal
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def from(value: Any): DataVal
  24. def from(values: Map[String, Any]): Map[String, DataVal]
  25. def from(values: Set[Any]): Set[DataVal]
  26. def from(values: Array[Any]): Array[DataVal]
  27. def from(value: Date): DateVal
  28. def from(value: Boolean): BoolVal
  29. def from(value: Long): LongVal
  30. def from(value: Int): LongVal
  31. def from(value: String): StringVal
  32. def from(value: BigDecimal): DoubleVal
  33. def from(value: Float): FloatVal
  34. def from(value: Double): DoubleVal
  35. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. 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 Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped