Packages

p

org.mongodb

scala

package scala

Linear Supertypes
WriteConcernImplicits, ObservableImplicits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scala
  2. WriteConcernImplicits
  3. ObservableImplicits
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class BoxedObservable[T] extends Observable[T]
    Definition Classes
    ObservableImplicits
  2. implicit class BoxedObserver[T] extends Observer[T]
    Definition Classes
    ObservableImplicits
  3. implicit class BoxedSubscription extends Subscription
    Definition Classes
    ObservableImplicits
  4. type BulkWriteResult = com.mongodb.bulk.BulkWriteResult
  5. type ClientSession = com.mongodb.session.ClientSession
  6. type ClientSessionOptions = com.mongodb.ClientSessionOptions
  7. type Document = scala.bson.collection.immutable.Document
  8. type DuplicateKeyException = com.mongodb.DuplicateKeyException
  9. type MongoBulkWriteException = com.mongodb.MongoBulkWriteException
  10. type MongoChangeStreamException = com.mongodb.MongoChangeStreamException
  11. type MongoClientException = com.mongodb.MongoClientException
  12. type MongoClientSettings = com.mongodb.MongoClientSettings
  13. type MongoCommandException = com.mongodb.MongoCommandException
  14. type MongoCompressor = com.mongodb.MongoCompressor
  15. type MongoCredential = com.mongodb.MongoCredential
  16. type MongoCursorNotFoundException = com.mongodb.MongoCursorNotFoundException
  17. type MongoDriverInformation = com.mongodb.MongoDriverInformation
  18. type MongoException = com.mongodb.MongoException
  19. type MongoExecutionTimeoutException = com.mongodb.MongoExecutionTimeoutException
  20. type MongoIncompatibleDriverException = com.mongodb.MongoIncompatibleDriverException
  21. type MongoInternalException = com.mongodb.MongoInternalException
  22. type MongoInterruptedException = com.mongodb.MongoInterruptedException
  23. type MongoNamespace = com.mongodb.MongoNamespace
  24. type MongoNodeIsRecoveringException = com.mongodb.MongoNodeIsRecoveringException
  25. type MongoNotPrimaryException = com.mongodb.MongoNotPrimaryException
  26. type MongoQueryException = com.mongodb.MongoQueryException
  27. type MongoSecurityException = com.mongodb.MongoSecurityException
  28. type MongoServerException = com.mongodb.MongoServerException
  29. type MongoSocketClosedException = com.mongodb.MongoSocketClosedException
  30. type MongoSocketException = com.mongodb.MongoSocketException
  31. type MongoSocketOpenException = com.mongodb.MongoSocketOpenException
  32. type MongoSocketReadException = com.mongodb.MongoSocketReadException
  33. type MongoSocketReadTimeoutException = com.mongodb.MongoSocketReadTimeoutException
  34. type MongoSocketWriteException = com.mongodb.MongoSocketWriteException
  35. type MongoTimeoutException = com.mongodb.MongoTimeoutException
  36. type MongoWaitQueueFullException = com.mongodb.MongoWaitQueueFullException
  37. type MongoWriteConcernException = com.mongodb.MongoWriteConcernException
  38. type MongoWriteException = com.mongodb.MongoWriteException
  39. type ReadConcern = com.mongodb.ReadConcern
  40. type ReadConcernLevel = com.mongodb.ReadConcernLevel
  41. type ReadPreference = com.mongodb.ReadPreference
  42. implicit class ScalaObservable[T] extends AnyRef
    Definition Classes
    ObservableImplicits
  43. implicit class ScalaSingleObservable[T] extends AnyRef
    Definition Classes
    ObservableImplicits
  44. implicit class ScalaWriteConcern[T] extends AnyRef
    Definition Classes
    WriteConcernImplicits
  45. type ServerAddress = com.mongodb.ServerAddress
  46. type Tag = com.mongodb.Tag
  47. type TagSet = com.mongodb.TagSet
  48. type TaggableReadPreference = com.mongodb.TaggableReadPreference
  49. implicit class ToSingleObservable[T] extends SingleObservable[T]
    Definition Classes
    ObservableImplicits
  50. type WriteConcern = com.mongodb.WriteConcern
  51. type WriteConcernException = com.mongodb.WriteConcernException
  52. type WriteConcernResult = com.mongodb.WriteConcernResult
  53. type WriteError = com.mongodb.WriteError

Value Members

  1. val Document: scala.bson.collection.immutable.Document.type
  2. implicit def bsonDocumentToDocument(doc: BsonDocument): Document
  3. implicit def bsonDocumentToUntypedDocument(doc: BsonDocument): bson.Document
  4. implicit def classTagToClassOf[C](ct: ClassTag[C]): Class[C]
  5. implicit def documentToUntypedDocument(doc: Document): bson.Document

Inherited from WriteConcernImplicits

Inherited from ObservableImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped