implicit final class BSONDecimalNumberLike extends BSONNumberLikeClass[BSONDecimal] with IsNumeric[BigDecimal]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BSONDecimalNumberLike
- IsNumeric
- HasNumeric
- BSONNumberLikeClass
- BSONNumberLike
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BSONDecimalNumberLike(underlying: BSONDecimal)
Value Members
- 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
- 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
- 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
- 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
- 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
- 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
- def equals(that: Any): Boolean
- Definition Classes
- BSONNumberLike → AnyRef → Any
- def hashCode(): Int
- Definition Classes
- BSONNumberLike → AnyRef → Any
- Annotations
- @inline()
- def toDouble: Double
- Definition Classes
- IsNumeric
- def toFloat: Float
- Definition Classes
- IsNumeric
- def toInt: Int
- Definition Classes
- IsNumeric
- def toLong: Long
- Definition Classes
- IsNumeric
- def toString(): String
- Definition Classes
- BSONNumberLike → AnyRef → Any