org.mongodb.scala.bson.BsonMagnets
Represents a single BsonElement
This is essentially a (String, BsonValue) key value pair. Any pair of (String, T) where type T has a BsonTransformer in scope into a BsonValue is also a valid pair.
(String, BsonValue)
(String, T)
T
The key of the BsonElement
the key
The value of the BsonElement
the BsonValue
(Since version ) see corresponding Javadoc for more information.
Represents a single BsonElement
This is essentially a
(String, BsonValue)
key value pair. Any pair of(String, T)
where typeT
has a BsonTransformer in scope into a BsonValue is also a valid pair.