Class/Object

reactivemongo.bson

BSONDecimal

Related Docs: object BSONDecimal | package bson

Permalink

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

Value wrapper for a BSON 128-bit decimal.

Annotations
@SerialVersionUID()
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 StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BSONDecimal(high: Long, low: Long)

    Permalink

    high

    the high-order 64 bits

    low

    the low-order 64 bits

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def _1: Long

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

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

    Permalink
    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
  9. final def asInstanceOf[T0]: T0

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

    Permalink
    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. def asTry[T](implicit reader: BSONReader[BSONDecimal, T]): Try[T]

    Permalink
    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
  12. val bson: BSONDecimal

    Permalink
    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 canEqual(that: Any): Boolean

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

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

    Permalink

    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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. lazy val hashCode: Int

    Permalink
    Definition Classes
    BSONDecimal → AnyRef → Any
  26. val high: Long

    Permalink

    the high-order 64 bits

  27. lazy val isInfinite: Boolean

    Permalink

    Returns true if is infinite.

  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. lazy val isNaN: Boolean

    Permalink

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

  30. lazy val isNegative: Boolean

    Permalink

    Returns true if is negative.

  31. val low: Long

    Permalink

    the low-order 64 bits

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

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def productArity: Int

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

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

    Permalink
    Definition Classes
    Product
  38. def productPrefix: String

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

    Permalink
    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
  40. def seeAsTry[T](implicit reader: BSONReader[_ <: BSONValue, T]): Try[T]

    Permalink
    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
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink

    Returns the string representation.

    Returns the string representation.

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

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

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

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

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

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 any2stringadd[BSONDecimal]

Inherited by implicit conversion StringFormat from BSONDecimal to StringFormat[BSONDecimal]

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

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

Ungrouped