reactivemongo.bson

BSONDecimal

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

Value wrapper for a BSON 128-bit decimal.

Annotations
@SerialVersionUID( 1667418254L )
Linear Supertypes
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 any2stringfmt
  4. by any2ArrowAssoc
  5. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (BSONDecimal, B)

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to ArrowAssoc[BSONDecimal] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def _1: Long

    Definition Classes
    BSONDecimal → Product2
    Annotations
    @inline()
  9. def _2: Long

    Definition Classes
    BSONDecimal → Product2
    Annotations
    @inline()
  10. def as[T](implicit reader: BSONReader[BSONDecimal, T]): T

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to ExtendedBSONValue[BSONDecimal] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def asOpt[T](implicit reader: BSONReader[BSONDecimal, T]): Option[T]

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to ExtendedBSONValue[BSONDecimal] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  13. def asTry[T](implicit reader: BSONReader[BSONDecimal, T]): Try[T]

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to ExtendedBSONValue[BSONDecimal] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  14. val bson: BSONDecimal

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to ExtendedBSONValue[BSONDecimal] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  15. def canEqual(that: Any): Boolean

    Definition Classes
    BSONDecimal → Equals
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. val code: Byte

    The code indicating the BSON type for this value

    The code indicating the BSON type for this value

    Definition Classes
    BSONDecimalBSONValue
  18. def ensuring(cond: (BSONDecimal) ⇒ Boolean, msg: ⇒ Any): BSONDecimal

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to Ensuring[BSONDecimal] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (BSONDecimal) ⇒ Boolean): BSONDecimal

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to Ensuring[BSONDecimal] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): BSONDecimal

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to Ensuring[BSONDecimal] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): BSONDecimal

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to Ensuring[BSONDecimal] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def equals(that: Any): Boolean

    Definition Classes
    BSONDecimal → Equals → AnyRef → Any
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. lazy val hashCode: Int

    Definition Classes
    BSONDecimal → AnyRef → Any
  28. val high: Long

    the high-order 64 bits

  29. lazy val isInfinite: Boolean

    Returns true if is infinite.

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. lazy val isNaN: Boolean

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

  32. lazy val isNegative: Boolean

    Returns true if is negative.

  33. val low: Long

    the low-order 64 bits

  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. def productArity: Int

    Definition Classes
    Product2 → Product
  38. def productElement(n: Int): Any

    Definition Classes
    Product2 → Product
    Annotations
    @throws( ... )
  39. def productIterator: Iterator[Any]

    Definition Classes
    Product
  40. def productPrefix: String

    Definition Classes
    Product
  41. def seeAsOpt[T](implicit reader: BSONReader[_ <: BSONValue, T]): Option[T]

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to ExtendedBSONValue[BSONDecimal] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  42. def seeAsTry[T](implicit reader: BSONReader[_ <: BSONValue, T]): Try[T]

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to ExtendedBSONValue[BSONDecimal] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toString(): String

    Returns the string representation.

    Returns the string representation.

    Definition Classes
    BSONDecimal → AnyRef → Any
  45. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def [B](y: B): (BSONDecimal, B)

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to ArrowAssoc[BSONDecimal] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (bSONDecimal: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (bSONDecimal: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: BSONDecimal

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to ArrowAssoc[BSONDecimal] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (bSONDecimal: ArrowAssoc[BSONDecimal]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: BSONDecimal

    Implicit information
    This member is added by an implicit conversion from BSONDecimal to Ensuring[BSONDecimal] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (bSONDecimal: Ensuring[BSONDecimal]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 from BSONDecimal to ExtendedBSONValue[BSONDecimal]

Inherited by implicit conversion any2stringadd from BSONDecimal to StringAdd

Inherited by implicit conversion any2stringfmt from BSONDecimal to StringFormat

Inherited by implicit conversion any2ArrowAssoc from BSONDecimal to ArrowAssoc[BSONDecimal]

Inherited by implicit conversion any2Ensuring from BSONDecimal to Ensuring[BSONDecimal]

Ungrouped