object DataVal extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DataVal
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- val 0.0: DoubleVal
- val 1: LongVal
- val 1.0: DoubleVal
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DefaultDecimalFormat: DecimalFormat
- val EmptyString: StringVal
- val FALSE: BoolVal
- val NULL: DataVal
- val NULLDate: DateVal
- val NULLString: StringVal
- val NaN: DoubleVal
- val NegativeInfinity: DoubleVal
- val PositiveInfinity: DoubleVal
- val TRUE: BoolVal
- val TYPE: Class[DataVal]
- def apply(value: Any): DataVal
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def from(value: Any): DataVal
- def from(values: Map[String, Any]): Map[String, DataVal]
- def from(values: Set[Any]): Set[DataVal]
- def from(values: Array[Any]): Array[DataVal]
- def from(value: Date): DateVal
- def from(value: Boolean): BoolVal
- def from(value: Long): LongVal
- def from(value: Int): LongVal
- def from(value: String): StringVal
- def from(value: BigDecimal): DoubleVal
- def from(value: Float): FloatVal
- def from(value: Double): DoubleVal
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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)