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 JavaMongoClient = MongoClient
- type JavaMongoCollection[T] = MongoCollection[T]
- type JavaMongoDatabase = MongoDatabase
- case class MongoZioClient(wrapped: JavaMongoClient) extends Closeable with Product with Serializable
- case class MongoZioCollection[T](wrapped: JavaMongoCollection[T]) extends Product with Serializable
- case class MongoZioDatabase(javaMongoDatabase: JavaMongoDatabase) extends Product with Serializable
Value Members
- def clazz[T](ct: ClassTag[T]): Class[T]
- object DefaultHelper
- Attributes
- protected
- object MongoZioClient extends Serializable