p

org.mongodb

scala

package scala

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

Type Members

  1. type AutoEncryptionSettings = com.mongodb.AutoEncryptionSettings
  2. implicit class BoxedPublisher[T] extends Observable[T]
    Definition Classes
    ObservableImplicits
  3. implicit class BoxedSubscriber[T] extends Observer[T]
    Definition Classes
    ObservableImplicits
  4. implicit class BoxedSubscription extends Subscription
    Definition Classes
    ObservableImplicits
  5. type BulkWriteResult = com.mongodb.bulk.BulkWriteResult
  6. type ClientEncryptionSettings = com.mongodb.ClientEncryptionSettings
  7. type ClientSession = com.mongodb.reactivestreams.client.ClientSession
  8. type ClientSessionOptions = com.mongodb.ClientSessionOptions
  9. type ConnectionString = com.mongodb.ConnectionString
  10. type CreateIndexCommitQuorum = com.mongodb.CreateIndexCommitQuorum
  11. type Document = scala.bson.collection.immutable.Document
  12. type DuplicateKeyException = com.mongodb.DuplicateKeyException
  13. type MongoBulkWriteException = com.mongodb.MongoBulkWriteException
  14. type MongoChangeStreamException = com.mongodb.MongoChangeStreamException
  15. type MongoClientException = com.mongodb.MongoClientException
  16. type MongoClientSettings = com.mongodb.MongoClientSettings
  17. type MongoCommandException = com.mongodb.MongoCommandException
  18. type MongoCompressor = com.mongodb.MongoCompressor
  19. type MongoConnectionPoolClearedException = com.mongodb.MongoConnectionPoolClearedException
  20. type MongoCredential = com.mongodb.MongoCredential
  21. type MongoCursorNotFoundException = com.mongodb.MongoCursorNotFoundException
  22. type MongoDriverInformation = com.mongodb.MongoDriverInformation
  23. type MongoException = com.mongodb.MongoException
  24. type MongoExecutionTimeoutException = com.mongodb.MongoExecutionTimeoutException
  25. type MongoIncompatibleDriverException = com.mongodb.MongoIncompatibleDriverException
  26. type MongoInternalException = com.mongodb.MongoInternalException
  27. type MongoInterruptedException = com.mongodb.MongoInterruptedException
  28. type MongoNamespace = com.mongodb.MongoNamespace
  29. type MongoNodeIsRecoveringException = com.mongodb.MongoNodeIsRecoveringException
  30. type MongoNotPrimaryException = com.mongodb.MongoNotPrimaryException
  31. type MongoQueryException = com.mongodb.MongoQueryException
  32. type MongoSecurityException = com.mongodb.MongoSecurityException
  33. type MongoServerException = com.mongodb.MongoServerException
  34. type MongoServerUnavailableException = com.mongodb.MongoServerUnavailableException
  35. type MongoSocketClosedException = com.mongodb.MongoSocketClosedException
  36. type MongoSocketException = com.mongodb.MongoSocketException
  37. type MongoSocketOpenException = com.mongodb.MongoSocketOpenException
  38. type MongoSocketReadException = com.mongodb.MongoSocketReadException
  39. type MongoSocketReadTimeoutException = com.mongodb.MongoSocketReadTimeoutException
  40. type MongoSocketWriteException = com.mongodb.MongoSocketWriteException
  41. type MongoTimeoutException = com.mongodb.MongoTimeoutException
  42. type MongoUpdatedEncryptedFieldsException = com.mongodb.MongoUpdatedEncryptedFieldsException
    Annotations
    @Beta()
  43. type MongoWriteConcernException = com.mongodb.MongoWriteConcernException
  44. type MongoWriteException = com.mongodb.MongoWriteException
  45. implicit class ObservableFuture[T] extends AnyRef
    Definition Classes
    ObservableImplicits
  46. type ReadConcern = com.mongodb.ReadConcern
  47. type ReadConcernLevel = com.mongodb.ReadConcernLevel
  48. type ReadPreference = com.mongodb.ReadPreference
  49. implicit class ScalaClientSession extends AnyRef
    Definition Classes
    ClientSessionImplicits
  50. implicit class ScalaWriteConcern[T] extends AnyRef
    Definition Classes
    WriteConcernImplicits
  51. type ServerAddress = com.mongodb.ServerAddress
  52. implicit class SingleObservableFuture[T] extends AnyRef
    Definition Classes
    ObservableImplicits
  53. type Tag = com.mongodb.Tag
  54. type TagSet = com.mongodb.TagSet
  55. type TaggableReadPreference = com.mongodb.TaggableReadPreference
  56. implicit class ToObservableString extends Observable[String]
    Definition Classes
    ObservableImplicits
  57. implicit class ToSingleObservableGridFS extends SingleObservable[GridFSFile]
    Definition Classes
    ObservableImplicits
  58. implicit class ToSingleObservableInt extends SingleObservable[Int]
    Definition Classes
    ObservableImplicits
  59. implicit class ToSingleObservableLong extends SingleObservable[Long]
    Definition Classes
    ObservableImplicits
  60. implicit class ToSingleObservableObjectId extends SingleObservable[ObjectId]
    Definition Classes
    ObservableImplicits
  61. implicit class ToSingleObservablePublisher[T] extends SingleObservable[T]
    Definition Classes
    ObservableImplicits
  62. implicit class ToSingleObservableVoid extends SingleObservable[Void]
    Definition Classes
    ObservableImplicits
  63. type TransactionOptions = com.mongodb.TransactionOptions
  64. type WriteConcern = com.mongodb.WriteConcern
  65. type WriteConcernException = com.mongodb.WriteConcernException
  66. type WriteConcernResult = com.mongodb.WriteConcernResult
  67. 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 ClientSessionImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped