Packages

o

org.mongodb.scala.bson

BsonDecimal128

object BsonDecimal128

Companion helper for a BsonDecimal128

Since

1.2

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BsonDecimal128
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(value: String): BsonDecimal128

    Creates a BsonDecimal128

    Creates a BsonDecimal128

    value

    the string value to convert

    returns

    the BigDecimal

  2. def apply(value: Long): BsonDecimal128

    Creates a BsonDecimal128

    Creates a BsonDecimal128

    value

    the long value to convert

    returns

    the BigDecimal

  3. def apply(value: BigDecimal): BsonDecimal128

    Creates a BsonDecimal128

    Creates a BsonDecimal128

    value

    the BigDecimal

    returns

    the BigDecimal

  4. def apply(value: Decimal128): BsonDecimal128

    Creates a BsonDecimal128

    Creates a BsonDecimal128

    value

    the Decimal128

    returns

    the BigDecimal