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 Document = org.mongodb.scala.bson.collection.immutable.Document
  2. type JavaMongoDatabase = MongoDatabase
  3. case class MongoZioClient(wrapped: MongoClient) extends Closeable with Product with Serializable
  4. 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

  5. case class MongoZioDatabase(javaMongoDatabase: JavaMongoDatabase) extends Product with Serializable

Value Members

  1. object DefaultHelper
    Attributes
    protected
  2. object MongoZioClient extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped