trait LowPrio extends AnyRef
- Alphabetic
- By Inheritance
- LowPrio
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- implicit def transformKeyValuePairs[T](implicit transformer: BsonTransformer[T]): BsonTransformer[Seq[(String, T)]]
Transforms
Seq[(String, T)]
toBsonDocument
Transforms
Seq[(String, T)]
toBsonDocument
- T
the type of the values
- transformer
implicit transformer for type
T
- returns
a BsonDocument containing the values
- implicit def transformSeq[T](implicit transformer: BsonTransformer[T]): BsonTransformer[Seq[T]]
Transforms
Seq[T]
toBsonArray
Transforms
Seq[T]
toBsonArray
- T
the type of the values
- transformer
implicit transformer for type
T
- returns
a BsonArray containing all the values
- implicit object TransformImmutableDocument extends BsonTransformer[collection.immutable.Document]
Transforms
immutable.Document
toBsonDocument
- implicit object TransformMutableDocument extends BsonTransformer[collection.mutable.Document]
Transforms
mutable.Document
toBsonDocument
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: