final class BSONDecimal extends BSONValue with Product2[Long, Long]
Ordering
- Alphabetic
- By Inheritance
Inherited
- BSONDecimal
- Product2
- Product
- Equals
- BSONValue
- AnyRef
- Any
Implicitly
- by ExtendedBSONValue
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- def _1: Long
- Definition Classes
- BSONDecimal → Product2
- Annotations
- @inline()
- def _2: Long
- Definition Classes
- BSONDecimal → Product2
- Annotations
- @inline()
- def as[T](implicit reader: BSONReader[BSONDecimal, T]): T
- Implicit
- This member is added by an implicit conversion from BSONDecimal toExtendedBSONValue[BSONDecimal] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
- Definition Classes
- ExtendedBSONValue
- def asOpt[T](implicit reader: BSONReader[BSONDecimal, T]): Option[T]
- Implicit
- This member is added by an implicit conversion from BSONDecimal toExtendedBSONValue[BSONDecimal] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
- Definition Classes
- ExtendedBSONValue
- def asTry[T](implicit reader: BSONReader[BSONDecimal, T]): Try[T]
- Implicit
- This member is added by an implicit conversion from BSONDecimal toExtendedBSONValue[BSONDecimal] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
- Definition Classes
- ExtendedBSONValue
- val bson: BSONDecimal
- Implicit
- This member is added by an implicit conversion from BSONDecimal toExtendedBSONValue[BSONDecimal] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
- Definition Classes
- ExtendedBSONValue
- def canEqual(that: Any): Boolean
- Definition Classes
- BSONDecimal → Equals
- val code: Byte
The code indicating the BSON type for this value
The code indicating the BSON type for this value
- Definition Classes
- BSONDecimal → BSONValue
- def equals(that: Any): Boolean
- Definition Classes
- BSONDecimal → Equals → AnyRef → Any
- lazy val hashCode: Int
- Definition Classes
- BSONDecimal → AnyRef → Any
- val high: Long
- lazy val isInfinite: Boolean
Returns true if is infinite.
- lazy val isNaN: Boolean
Returns true if is Not-A-Number (NaN).
- lazy val isNegative: Boolean
Returns true if is negative.
- val low: Long
- def productArity: Int
- Definition Classes
- Product2 → Product
- def productElement(n: Int): Any
- Definition Classes
- Product2 → Product
- Annotations
- @throws(classOf[java.lang.IndexOutOfBoundsException])
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Product
- def seeAsOpt[T](implicit reader: BSONReader[_ <: BSONValue, T]): Option[T]
- Implicit
- This member is added by an implicit conversion from BSONDecimal toExtendedBSONValue[BSONDecimal] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
- Definition Classes
- ExtendedBSONValue
- def seeAsTry[T](implicit reader: BSONReader[_ <: BSONValue, T]): Try[T]
- Implicit
- This member is added by an implicit conversion from BSONDecimal toExtendedBSONValue[BSONDecimal] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
- Definition Classes
- ExtendedBSONValue
- def toString(): String
Returns the string representation.
Returns the string representation.
- Definition Classes
- BSONDecimal → AnyRef → Any