Packages

o

org.mongodb.scala.bson

BsonNumber

object BsonNumber

Companion helper for a BsonNumber

Since

1.0

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

Value Members

  1. def apply(value: Double): BsonNumber

    Creates a BsonNumber

    Creates a BsonNumber

    value

    the value

    returns

    the BsonNumber

  2. def apply(value: Long): BsonNumber

    Creates a BsonNumber

    Creates a BsonNumber

    value

    the value

    returns

    the BsonNumber

  3. def apply(value: Int): BsonNumber

    Creates a BsonNumber

    Creates a BsonNumber

    value

    the value

    returns

    the BsonNumber