Packages

final class BSONDecimal extends BSONValue with Product2[Long, Long]

Value wrapper for a BSON 128-bit decimal.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONDecimal
  2. Product2
  3. Product
  4. Equals
  5. BSONValue
  6. AnyRef
  7. Any
Implicitly
  1. by ExtendedBSONValue
  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 BSONDecimal(high: Long, low: Long)

    high

    the high-order 64 bits

    low

    the low-order 64 bits

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from BSONDecimal toany2stringadd[BSONDecimal] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BSONDecimal, B)
    Implicit
    This member is added by an implicit conversion from BSONDecimal toArrowAssoc[BSONDecimal] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def _1: Long
    Definition Classes
    BSONDecimal → Product2
    Annotations
    @inline()
  7. def _2: Long
    Definition Classes
    BSONDecimal → Product2
    Annotations
    @inline()
  8. 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
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. 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
  11. 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
  12. 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
  13. def canEqual(that: Any): Boolean
    Definition Classes
    BSONDecimal → Equals
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  15. val code: Byte

    The code indicating the BSON type for this value

    The code indicating the BSON type for this value

    Definition Classes
    BSONDecimalBSONValue
  16. def ensuring(cond: (BSONDecimal) => Boolean, msg: => Any): BSONDecimal
    Implicit
    This member is added by an implicit conversion from BSONDecimal toEnsuring[BSONDecimal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (BSONDecimal) => Boolean): BSONDecimal
    Implicit
    This member is added by an implicit conversion from BSONDecimal toEnsuring[BSONDecimal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: => Any): BSONDecimal
    Implicit
    This member is added by an implicit conversion from BSONDecimal toEnsuring[BSONDecimal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): BSONDecimal
    Implicit
    This member is added by an implicit conversion from BSONDecimal toEnsuring[BSONDecimal] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(that: Any): Boolean
    Definition Classes
    BSONDecimal → Equals → AnyRef → Any
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from BSONDecimal toStringFormat[BSONDecimal] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. lazy val hashCode: Int
    Definition Classes
    BSONDecimal → AnyRef → Any
  25. val high: Long
  26. lazy val isInfinite: Boolean

    Returns true if is infinite.

  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. lazy val isNaN: Boolean

    Returns true if is Not-A-Number (NaN).

  29. lazy val isNegative: Boolean

    Returns true if is negative.

  30. val low: Long
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def productArity: Int
    Definition Classes
    Product2 → Product
  35. def productElement(n: Int): Any
    Definition Classes
    Product2 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  36. def productElementName(n: Int): String
    Definition Classes
    Product
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. def productIterator: Iterator[Any]
    Definition Classes
    Product
  39. def productPrefix: String
    Definition Classes
    Product
  40. 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
  41. 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
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String

    Returns the string representation.

    Returns the string representation.

    Definition Classes
    BSONDecimal → AnyRef → Any
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def [B](y: B): (BSONDecimal, B)
    Implicit
    This member is added by an implicit conversion from BSONDecimal toArrowAssoc[BSONDecimal] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Product2[Long, Long]

Inherited from Product

Inherited from Equals

Inherited from BSONValue

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion ExtendedBSONValue fromBSONDecimal to ExtendedBSONValue[BSONDecimal]

Inherited by implicit conversion any2stringadd fromBSONDecimal to any2stringadd[BSONDecimal]

Inherited by implicit conversion StringFormat fromBSONDecimal to StringFormat[BSONDecimal]

Inherited by implicit conversion Ensuring fromBSONDecimal to Ensuring[BSONDecimal]

Inherited by implicit conversion ArrowAssoc fromBSONDecimal to ArrowAssoc[BSONDecimal]

Ungrouped