Packages

case class num(value: BigDecimal) extends Value with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Value, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. num
  2. Serializable
  3. Product
  4. Equals
  5. Value
  6. AnyRef
  7. Any
Implicitly
  1. by convertValue
  2. by convertValue
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new num(value: BigDecimal)

Value Members

  1. final def diff(y: Value): Result
    Definition Classes
    Value
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def toString: String
    Definition Classes
    numValue → AnyRef → Any
  4. def tpe: String
    Definition Classes
    numValue
  5. val value: BigDecimal

Shadowed Implicit Value Members

  1. final def diff(y: Value): Result
    Implicit
    This member is added by an implicit conversion from num toJ performed by method convertValue in com.github.andyglow.json.Value.This conversion will take place only if an implicit value of type ValueAdapter[num] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (num: J).diff(y)
    Definition Classes
    Value
  2. final def diff(y: Value): Result
    Implicit
    This member is added by an implicit conversion from num toJ performed by method convertValue in com.github.andyglow.json.Value.This conversion will take place only if an implicit value of type ValueAdapter[num] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (num: J).diff(y)
    Definition Classes
    Value
  3. def tpe: String
    Implicit
    This member is added by an implicit conversion from num toJ performed by method convertValue in com.github.andyglow.json.Value.This conversion will take place only if an implicit value of type ValueAdapter[num] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (num: J).tpe
    Definition Classes
    Value
  4. def tpe: String
    Implicit
    This member is added by an implicit conversion from num toJ performed by method convertValue in com.github.andyglow.json.Value.This conversion will take place only if an implicit value of type ValueAdapter[num] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (num: J).tpe
    Definition Classes
    Value