implicit final class RichBsonElement extends AnyVal
Instance Constructors
- new RichBsonElement(self: BsonElement)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def getClass(): Class[_ <: AnyVal]
- final def isInstanceOf[T0]: Boolean
- def key: String
- val self: BsonElement
- def toString(): String
- def value: BsonValue
Inherited from AnyVal
Value Members
- def getClass(): Class[_ <: AnyVal]
Inherited from Any
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
- def toString(): String
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def getClass(): Class[_ <: AnyVal]
- final def isInstanceOf[T0]: Boolean
- def key: String
- val self: BsonElement
- def toString(): String
- def value: BsonValue
This is the documentation for the MongoDB Scala driver.
Driver structure
The mongodb scala driver.
To get started you need a MongoClient instance, either from a connection string or via a org.mongodb.scala.MongoClientSettings.
Notable packages include: