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
- All
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: