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. Protected

Package Members

  1. package gridfs

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 MongoOperationTimeoutException = com.mongodb.MongoOperationTimeoutException
  32. type MongoQueryException = com.mongodb.MongoQueryException
  33. type MongoSecurityException = com.mongodb.MongoSecurityException
  34. type MongoServerException = com.mongodb.MongoServerException
  35. type MongoServerUnavailableException = com.mongodb.MongoServerUnavailableException
  36. type MongoSocketClosedException = com.mongodb.MongoSocketClosedException
  37. type MongoSocketException = com.mongodb.MongoSocketException
  38. type MongoSocketOpenException = com.mongodb.MongoSocketOpenException
  39. type MongoSocketReadException = com.mongodb.MongoSocketReadException
  40. type MongoSocketReadTimeoutException = com.mongodb.MongoSocketReadTimeoutException
  41. type MongoSocketWriteException = com.mongodb.MongoSocketWriteException
  42. type MongoSocketWriteTimeoutException = com.mongodb.MongoSocketWriteTimeoutException
  43. type MongoTimeoutException = com.mongodb.MongoTimeoutException
  44. type MongoUpdatedEncryptedFieldsException = com.mongodb.MongoUpdatedEncryptedFieldsException
    Annotations
    @Beta()
  45. type MongoWriteConcernException = com.mongodb.MongoWriteConcernException
  46. type MongoWriteException = com.mongodb.MongoWriteException
  47. implicit class ObservableFuture[T] extends AnyRef
    Definition Classes
    ObservableImplicits
  48. type ReadConcern = com.mongodb.ReadConcern
  49. type ReadConcernLevel = com.mongodb.ReadConcernLevel
  50. type ReadPreference = com.mongodb.ReadPreference
  51. implicit class ScalaClientSession extends AnyRef
    Definition Classes
    ClientSessionImplicits
  52. implicit class ScalaWriteConcern[T] extends AnyRef
    Definition Classes
    WriteConcernImplicits
  53. type ServerAddress = com.mongodb.ServerAddress
  54. implicit class SingleObservableFuture[T] extends AnyRef
    Definition Classes
    ObservableImplicits
  55. type Tag = com.mongodb.Tag
  56. type TagSet = com.mongodb.TagSet
  57. type TaggableReadPreference = com.mongodb.TaggableReadPreference
  58. type TimeoutMode = com.mongodb.client.cursor.TimeoutMode
  59. implicit class ToObservableString extends Observable[String]
    Definition Classes
    ObservableImplicits
  60. implicit class ToSingleObservableGridFS extends SingleObservable[GridFSFile]
    Definition Classes
    ObservableImplicits
  61. implicit class ToSingleObservableInt extends SingleObservable[Int]
    Definition Classes
    ObservableImplicits
  62. implicit class ToSingleObservableLong extends SingleObservable[Long]
    Definition Classes
    ObservableImplicits
  63. implicit class ToSingleObservableObjectId extends SingleObservable[ObjectId]
    Definition Classes
    ObservableImplicits
  64. implicit class ToSingleObservablePublisher[T] extends SingleObservable[T]
    Definition Classes
    ObservableImplicits
  65. implicit class ToSingleObservableUnit extends SingleObservable[Unit]
    Definition Classes
    ObservableImplicits
  66. type TransactionOptions = com.mongodb.TransactionOptions
  67. type WriteConcern = com.mongodb.WriteConcern
  68. type WriteConcernException = com.mongodb.WriteConcernException
  69. type WriteConcernResult = com.mongodb.WriteConcernResult
  70. 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