case class ListCollectionsObservable[TResult](wrapped: ListCollectionsIterable[TResult]) extends Observable[TResult] with Product with Serializable
Observable interface for ListCollections
- TResult
The type of the result.
- wrapped
the underlying java ListCollectionsObservable
- Since
1.0
- Alphabetic
- By Inheritance
- ListCollectionsObservable
- Serializable
- Serializable
- Product
- Equals
- Observable
- Observable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ListCollectionsObservable(wrapped: ListCollectionsIterable[TResult])
- wrapped
the underlying java ListCollectionsObservable
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: