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

Members list

Type members

Classlikes

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

Mutable Document companion object for easy creation.

Mutable Document companion object for easy creation.

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait SpecificIterableFactory[(String, BsonValue), Document]
trait Factory[(String, BsonValue), Document]
class Object
trait Matchable
class Any
Show all
Self type
Document.type
case class Document(underlying: BsonDocument) extends IterableOps[(String, BsonValue), Iterable, Document], 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.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait StrictOptimizedIterableOps[(String, BsonValue), Iterable, Document]
trait Bson
trait Iterable[(String, BsonValue)]
trait IterableFactoryDefaults[(String, BsonValue), Iterable]
trait IterableOps[(String, BsonValue), Iterable, Document]
trait IterableOnceOps[(String, BsonValue), Iterable, Document]
trait IterableOnce[(String, BsonValue)]
class Object
trait Matchable
class Any
Show all