Packages

p

io.github

mbannour

package mbannour

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. mbannour
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package result
  2. package subscriptions

Type Members

  1. type JavaMongoClient = MongoClient
  2. type JavaMongoCollection[T] = MongoCollection[T]
  3. type JavaMongoDatabase = MongoDatabase
  4. case class MongoZioClient(wrapped: JavaMongoClient) extends Closeable with Product with Serializable
  5. case class MongoZioCollection[T](wrapped: JavaMongoCollection[T]) extends Product with Serializable
  6. case class MongoZioDatabase(javaMongoDatabase: JavaMongoDatabase) extends Product with Serializable

Value Members

  1. def clazz[T](ct: ClassTag[T]): Class[T]
  2. object DefaultHelper
    Attributes
    protected
  3. object MongoZioClient extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped