org.mongodb.scala.bson.BsonMagnets
Represents a sequence of BsonElements
This is essentially a Iterable[(String, BsonValue)] of key value pairs. Any pair of (String, T) where type T has a BsonTransformer in scope into a BsonValue is also a valid pair.
Iterable[(String, BsonValue)]
(String, T)
T
The BsonElement sequence
BsonElement
Represents a sequence of BsonElements
This is essentially a
Iterable[(String, BsonValue)]
of key value pairs. Any pair of(String, T)
where typeT
has a BsonTransformer in scope into a BsonValue is also a valid pair.