c

reactivemongo.bson.BSONNumberLike

BSONDecimalNumberLike

implicit final class BSONDecimalNumberLike extends BSONNumberLikeClass[BSONDecimal] with IsNumeric[BigDecimal]

Linear Supertypes
IsNumeric[BigDecimal], HasNumeric[BigDecimal], BSONNumberLikeClass[BSONDecimal], BSONNumberLike, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONDecimalNumberLike
  2. IsNumeric
  3. HasNumeric
  4. BSONNumberLikeClass
  5. BSONNumberLike
  6. AnyRef
  7. Any
Implicitly
  1. by orderingToOrdered
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BSONDecimalNumberLike(underlying: BSONDecimal)

Value Members

  1. def <(that: BSONDecimalNumberLike): Boolean
    Implicit
    This member is added by an implicit conversion from BSONDecimalNumberLike toOrdered[BSONDecimalNumberLike] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BSONDecimalNumberLike] is in scope.
    Definition Classes
    Ordered
  2. def <=(that: BSONDecimalNumberLike): Boolean
    Implicit
    This member is added by an implicit conversion from BSONDecimalNumberLike toOrdered[BSONDecimalNumberLike] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BSONDecimalNumberLike] is in scope.
    Definition Classes
    Ordered
  3. def >(that: BSONDecimalNumberLike): Boolean
    Implicit
    This member is added by an implicit conversion from BSONDecimalNumberLike toOrdered[BSONDecimalNumberLike] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BSONDecimalNumberLike] is in scope.
    Definition Classes
    Ordered
  4. def >=(that: BSONDecimalNumberLike): Boolean
    Implicit
    This member is added by an implicit conversion from BSONDecimalNumberLike toOrdered[BSONDecimalNumberLike] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BSONDecimalNumberLike] is in scope.
    Definition Classes
    Ordered
  5. def compare(that: BSONDecimalNumberLike): Int
    Implicit
    This member is added by an implicit conversion from BSONDecimalNumberLike toOrdered[BSONDecimalNumberLike] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BSONDecimalNumberLike] is in scope.
    Definition Classes
    Ordered
  6. def compareTo(that: BSONDecimalNumberLike): Int
    Implicit
    This member is added by an implicit conversion from BSONDecimalNumberLike toOrdered[BSONDecimalNumberLike] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[BSONDecimalNumberLike] is in scope.
    Definition Classes
    Ordered → Comparable
  7. def equals(that: Any): Boolean
    Definition Classes
    BSONNumberLike → AnyRef → Any
  8. def hashCode(): Int
    Definition Classes
    BSONNumberLike → AnyRef → Any
    Annotations
    @inline()
  9. def toDouble: Double
    Definition Classes
    IsNumeric
  10. def toFloat: Float
    Definition Classes
    IsNumeric
  11. def toInt: Int
    Definition Classes
    IsNumeric
  12. def toLong: Long
    Definition Classes
    IsNumeric
  13. def toString(): String
    Definition Classes
    BSONNumberLike → AnyRef → Any