package mbannour
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- mbannour
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Package Members
- package result
- package subscriptions
Type Members
- type Document = org.mongodb.scala.bson.collection.immutable.Document
- type JavaMongoDatabase = MongoDatabase
- case class MongoZioClient(wrapped: MongoClient) extends Closeable with Product with Serializable
- case class MongoZioCollection[TResult](wrapped: MongoCollection[TResult]) extends Product with Serializable
The MongoCollection representation.
The MongoCollection representation.
- TResult
The type that this collection will encode documents from and decode documents to.
- wrapped
the underlying java MongoCollection
- Since
1.0
- case class MongoZioDatabase(javaMongoDatabase: JavaMongoDatabase) extends Product with Serializable
Value Members
- object DefaultHelper
- Attributes
- protected
- object MongoZioClient extends Serializable