c

reactivemongo.bson.BSONNumberLike

BSONDateTimeNumberLike

implicit class BSONDateTimeNumberLike extends BSONNumberLikeClass[BSONDateTime] with IsNumeric[Long]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONDateTimeNumberLike
  2. IsNumeric
  3. HasNumeric
  4. BSONNumberLikeClass
  5. BSONNumberLike
  6. AnyRef
  7. 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

Instance Constructors

  1. new BSONDateTimeNumberLike(underlying: BSONDateTime)

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 toDouble: Double
    Definition Classes
    IsNumeric
  4. def toFloat: Float
    Definition Classes
    IsNumeric
  5. def toInt: Int
    Definition Classes
    IsNumeric
  6. def toLong: Long
    Definition Classes
    IsNumeric
  7. def toString(): String
    Definition Classes
    BSONNumberLike → AnyRef → Any