io.github.zeal18.zio.mongodb.bson.collection.mutable
Members list
Type members
Classlikes
Mutable Document companion object for easy creation.
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 Serializabletrait Producttrait Equalstrait Bsonclass Objecttrait Matchableclass AnyShow all
In this article