object NumberRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NumberRef
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Subtype extends AnyRef

Value Members

  1. val bigDecimal: NumberRef
  2. val bigInt: NumberRef
  3. val double: NumberRef
  4. val int: NumberRef
  5. val long: NumberRef
  6. object BigDecimal extends Subtype with Product with Serializable
  7. object BigInt extends Subtype with Product with Serializable
  8. object Double extends Subtype with Product with Serializable
  9. object Int extends Subtype with Product with Serializable
  10. object Long extends Subtype with Product with Serializable