BsonDocumentOps

io.github.greenleafoss.mongo.core.util.BsonDocumentOps
See theBsonDocumentOps companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Inherited extensions

extension (doc: BsonDocument)
def entries: Seq[Entry[String, BsonValue]]

Attributes

Inherited from:
BsonDocumentOps
def entriesKv: Seq[(String, BsonValue)]

Attributes

Inherited from:
BsonDocumentOps
def removeKey(k: String): BsonDocument

Attributes

Inherited from:
BsonDocumentOps
def update(kv: (String, BsonValue)): BsonDocument

Attributes

Inherited from:
BsonDocumentOps
def update(k: String, v: BsonValue): BsonDocument

Attributes

Inherited from:
BsonDocumentOps