Package

org.mongodb.scala.bson.collection

mutable

Permalink

package mutable

Visibility
  1. Public
  2. All

Type Members

  1. case class Document(underlying: BsonDocument) extends BaseDocument[Document] with TraversableLike[(String, BsonValue), Document] with Mutable with Product with Serializable

    Permalink

    An mutable Document implementation.

    An mutable Document implementation.

    A strictly typed Map[String, BsonValue] like structure that traverses the elements in insertion order. Unlike native scala maps there is no variance in the value type and it always has to be a BsonValue.

    underlying

    the underlying BsonDocument which stores the data.

Value Members

  1. object Document extends Serializable

    Permalink

    Mutable Document companion object for easy creation.

Ungrouped