case class Completed() extends Product with Serializable
Represents the result of completed operation that produces no real results.
This allows Observables to be composed rather than just completing without a result.
- Alphabetic
- By Inheritance
- Completed
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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: