implicit final class RichBsonElement extends AnyVal
Implicit value class for a BsonElement allowing easy access to the key/value pair
Linear Supertypes
îˇî
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichBsonElement
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- î
new RichBsonElement(self: BsonElement)
- self
the bsonElement
Value Members
- î
final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- î
final def ##: Int
- Definition Classes
- Any
- î
final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- î
final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- î
def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal â Any
- î
final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- î def key: String
- î val self: BsonElement
- î
def toString(): String
- Definition Classes
- Any
- î 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: