Packages

t

reactivemongo.bson

BSONNumberLikeClass

sealed trait BSONNumberLikeClass[B <: BSONValue] extends BSONNumberLike

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONNumberLikeClass
  2. BSONNumberLike
  3. AnyRef
  4. 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.

    Converts this number into a Double.

    Definition Classes
    BSONNumberLike
  2. abstract def toFloat: Float

    Converts this number into a Float.

    Converts this number into a Float.

    Definition Classes
    BSONNumberLike
  3. abstract def toInt: Int

    Converts this number into an Int.

    Converts this number into an Int.

    Definition Classes
    BSONNumberLike
  4. abstract def toLong: Long

    Converts this number into a Long.

    Converts this number into a Long.

    Definition Classes
    BSONNumberLike

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