Packages

object BsonValue

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

Type Members

  1. final case class BArray(value: Iterable[BsonValue]) extends BsonValue with Product with Serializable
  2. final case class BBinary(value: Array[Byte]) extends BsonValue with Product with Serializable
  3. final case class BBoolean(value: Boolean) extends BsonValue with Product with Serializable
  4. final case class BDateTime(value: Instant) extends BsonValue with Product with Serializable
  5. final case class BDecimal(value: BigDecimal) extends BsonValue with Product with Serializable
  6. final case class BDocument(value: Document) extends BsonValue with Product with Serializable
  7. final case class BDouble(value: Double) extends BsonValue with Product with Serializable
  8. final case class BInt32(value: Int) extends BsonValue with Product with Serializable
  9. final case class BInt64(value: Long) extends BsonValue with Product with Serializable
  10. final case class BObjectId(value: ObjectId) extends BsonValue with Product with Serializable
  11. final case class BRegex(regex: Regex) extends BsonValue with Product with Serializable
  12. final case class BString(value: String) extends BsonValue with Product with Serializable
  13. final case class BTimestamp(value: Long) extends BsonValue with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val False: BsonValue
  5. val MaxKey: BsonValue
  6. val MinKey: BsonValue
  7. val Null: BsonValue
  8. val True: BsonValue
  9. val Undefined: BsonValue
  10. def array[A](value: Iterable[A])(implicit e: BsonValueEncoder[A]): BsonValue
  11. def array(value: Iterable[BsonValue]): BsonValue
  12. def array(values: BsonValue*): BsonValue
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def bigDecimal(value: BigDecimal): BsonValue
  15. def binary(value: Array[Byte]): BsonValue
  16. def boolean(value: Boolean): BsonValue
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  18. def document(value: Document): BsonValue
  19. def double(value: Double): BsonValue
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. def instant(value: Instant): BsonValue
  25. def int(value: Int): BsonValue
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def long(value: Long): BsonValue
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. def objectId(value: ObjectId): BsonValue
  32. def regex(value: Regex): BsonValue
  33. def string(value: String): BsonValue
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def timestamp(value: Long): BsonValue
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. object BMaxKey extends BsonValue with Product with Serializable
  41. object BMinKey extends BsonValue with Product with Serializable
  42. object BNull extends BsonValue with Product with Serializable
  43. object BUndefined extends BsonValue with Product with Serializable

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped