Packages

sealed abstract class Document extends Bson

Linear Supertypes
Bson, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Document
  2. Bson
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def add(key: String, value: BsonValue): Document
  2. abstract def apply(key: String): Option[BsonValue]
  3. abstract def contains(key: String): Boolean
  4. abstract def filterKeys(predicate: (String) => Boolean): Document
  5. abstract def isEmpty: Boolean
  6. abstract def keys: Set[String]
  7. abstract def merge(other: Document): Document
  8. abstract def remove(key: String): Document
  9. abstract def size: Int
  10. abstract def toList: List[(String, BsonValue)]
  11. abstract def toMap: Map[String, BsonValue]
  12. abstract def toSet: Set[(String, BsonValue)]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +=[A](keyValuePair: (String, A))(implicit e: BsonValueEncoder[A]): Document
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def add[A](keyValuePair: (String, A))(implicit e: BsonValueEncoder[A]): Document
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def get(key: String): Option[BsonValue]
  11. def getAs[A](key: String)(implicit d: BsonValueDecoder[A]): Option[A]
  12. def getBoolean(key: String): Option[Boolean]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def getDocument(key: String): Option[Document]
  15. def getDouble(key: String): Option[Double]
  16. def getInt(key: String): Option[Int]
  17. def getList(key: String): Option[List[BsonValue]]
  18. def getLong(key: String): Option[Long]
  19. def getNested(jsonPath: String): Option[BsonValue]
  20. def getNestedAs[A](jsonPath: String)(implicit d: BsonValueDecoder[A]): Option[A]
  21. def getObjectId(key: String): Option[ObjectId]
  22. def getString(key: String): Option[String]
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toBsonDocument[TDocument](documentClass: Class[TDocument], codecRegistry: CodecRegistry): BsonDocument
    Definition Classes
    Document → Bson
  30. def toBsonDocument(): BsonDocument
    Definition Classes
    Document → Bson
  31. def toJson: String
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Bson

Inherited from AnyRef

Inherited from Any

Ungrouped