io.github.zeal18.zio.mongodb.bson.collection.mutable

Type members

Classlikes

object Document extends SpecificIterableFactory[(String, BsonValue), Document]

Mutable Document companion object for easy creation.

Mutable Document companion object for easy creation.

Companion:
class
case class Document(underlying: BsonDocument) extends IterableOps[(String, BsonValue), Iterable, Document] with StrictOptimizedIterableOps[(String, BsonValue), Iterable, Document]

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.

Value parameters:
underlying

the underlying BsonDocument which stores the data.

Companion:
object