Returns an empty ElementProducer
Create a new BSONElement.
Returns a ElementProducer for the given name and value.
Returns a ElementProducer for the given name and value.
import reactivemongo.api.bson.BSONDocument BSONDocument( "foo" -> BSONInteger(1) // tuple as BSONElement("foo", BSONInteger(1)) )
Extracts the name and BSONValue if that
's a BSONElement.