Packages

sealed trait BSONNumberLike extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONNumberLike
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def toDouble: Double

    Converts this number into a Double.

  2. abstract def toFloat: Float

    Converts this number into a Float.

  3. abstract def toInt: Int

    Converts this number into an Int.

  4. abstract def toLong: Long

    Converts this number into a Long.

Concrete Value Members

  1. def equals(that: Any): Boolean
    Definition Classes
    BSONNumberLike → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    BSONNumberLike → AnyRef → Any
    Annotations
    @inline()
  3. def toString(): String
    Definition Classes
    BSONNumberLike → AnyRef → Any