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 MongoCredential = com.mongodb.MongoCredential
  20. type MongoCursorNotFoundException = com.mongodb.MongoCursorNotFoundException
  21. type MongoDriverInformation = com.mongodb.MongoDriverInformation
  22. type MongoException = com.mongodb.MongoException
  23. type MongoExecutionTimeoutException = com.mongodb.MongoExecutionTimeoutException
  24. type MongoIncompatibleDriverException = com.mongodb.MongoIncompatibleDriverException
  25. type MongoInternalException = com.mongodb.MongoInternalException
  26. type MongoInterruptedException = com.mongodb.MongoInterruptedException
  27. type MongoNamespace = com.mongodb.MongoNamespace
  28. type MongoNodeIsRecoveringException = com.mongodb.MongoNodeIsRecoveringException
  29. type MongoNotPrimaryException = com.mongodb.MongoNotPrimaryException
  30. type MongoQueryException = com.mongodb.MongoQueryException
  31. type MongoSecurityException = com.mongodb.MongoSecurityException
  32. type MongoServerException = com.mongodb.MongoServerException
  33. type MongoSocketClosedException = com.mongodb.MongoSocketClosedException
  34. type MongoSocketException = com.mongodb.MongoSocketException
  35. type MongoSocketOpenException = com.mongodb.MongoSocketOpenException
  36. type MongoSocketReadException = com.mongodb.MongoSocketReadException
  37. type MongoSocketReadTimeoutException = com.mongodb.MongoSocketReadTimeoutException
  38. type MongoSocketWriteException = com.mongodb.MongoSocketWriteException
  39. type MongoTimeoutException = com.mongodb.MongoTimeoutException
  40. type MongoWriteConcernException = com.mongodb.MongoWriteConcernException
  41. type MongoWriteException = com.mongodb.MongoWriteException
  42. implicit class ObservableFuture[T] extends AnyRef
    Definition Classes
    ObservableImplicits
  43. type ReadConcern = com.mongodb.ReadConcern
  44. type ReadConcernLevel = com.mongodb.ReadConcernLevel
  45. type ReadPreference = com.mongodb.ReadPreference
  46. implicit class ScalaClientSession extends AnyRef
    Definition Classes
    ClientSessionImplicits
  47. implicit class ScalaWriteConcern[T] extends AnyRef
    Definition Classes
    WriteConcernImplicits
  48. type ServerAddress = com.mongodb.ServerAddress
  49. implicit class SingleObservableFuture[T] extends AnyRef
    Definition Classes
    ObservableImplicits
  50. type Tag = com.mongodb.Tag
  51. type TagSet = com.mongodb.TagSet
  52. type TaggableReadPreference = com.mongodb.TaggableReadPreference
  53. implicit class ToObservableString extends Observable[String]
    Definition Classes
    ObservableImplicits
  54. implicit class ToSingleObservableGridFS extends SingleObservable[GridFSFile]
    Definition Classes
    ObservableImplicits
  55. implicit class ToSingleObservableInt extends SingleObservable[Int]
    Definition Classes
    ObservableImplicits
  56. implicit class ToSingleObservableLong extends SingleObservable[Long]
    Definition Classes
    ObservableImplicits
  57. implicit class ToSingleObservableObjectId extends SingleObservable[ObjectId]
    Definition Classes
    ObservableImplicits
  58. implicit class ToSingleObservablePublisher[T] extends SingleObservable[T]
    Definition Classes
    ObservableImplicits
  59. implicit class ToSingleObservableVoid extends SingleObservable[Void]
    Definition Classes
    ObservableImplicits
  60. type TransactionOptions = com.mongodb.TransactionOptions
  61. type WriteConcern = com.mongodb.WriteConcern
  62. type WriteConcernException = com.mongodb.WriteConcernException
  63. type WriteConcernResult = com.mongodb.WriteConcernResult
  64. 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