Package

org.mongodb

scala

Permalink

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]

    Permalink
    Definition Classes
    ObservableImplicits
  2. implicit class BoxedObserver[T] extends Observer[T]

    Permalink
    Definition Classes
    ObservableImplicits
  3. implicit class BoxedSubscription extends Subscription

    Permalink
    Definition Classes
    ObservableImplicits
  4. type BulkWriteResult = com.mongodb.bulk.BulkWriteResult

    Permalink
  5. type Document = scala.bson.collection.immutable.Document

    Permalink
  6. type DuplicateKeyException = com.mongodb.DuplicateKeyException

    Permalink
  7. type MongoBulkWriteException = com.mongodb.MongoBulkWriteException

    Permalink
  8. type MongoClientException = com.mongodb.MongoClientException

    Permalink
  9. type MongoClientSettings = com.mongodb.async.client.MongoClientSettings

    Permalink
  10. type MongoCommandException = com.mongodb.MongoCommandException

    Permalink
  11. type MongoCredential = com.mongodb.MongoCredential

    Permalink
  12. type MongoCursorNotFoundException = com.mongodb.MongoCursorNotFoundException

    Permalink
  13. type MongoDriverInformation = com.mongodb.client.MongoDriverInformation

    Permalink
  14. type MongoException = com.mongodb.MongoException

    Permalink
  15. type MongoExecutionTimeoutException = com.mongodb.MongoExecutionTimeoutException

    Permalink
  16. type MongoIncompatibleDriverException = com.mongodb.MongoIncompatibleDriverException

    Permalink
  17. type MongoInternalException = com.mongodb.MongoInternalException

    Permalink
  18. type MongoInterruptedException = com.mongodb.MongoInterruptedException

    Permalink
  19. type MongoNamespace = com.mongodb.MongoNamespace

    Permalink
  20. type MongoNodeIsRecoveringException = com.mongodb.MongoNodeIsRecoveringException

    Permalink
  21. type MongoNotPrimaryException = com.mongodb.MongoNotPrimaryException

    Permalink
  22. type MongoQueryException = com.mongodb.MongoQueryException

    Permalink
  23. type MongoSecurityException = com.mongodb.MongoSecurityException

    Permalink
  24. type MongoServerException = com.mongodb.MongoServerException

    Permalink
  25. type MongoSocketClosedException = com.mongodb.MongoSocketClosedException

    Permalink
  26. type MongoSocketException = com.mongodb.MongoSocketException

    Permalink
  27. type MongoSocketOpenException = com.mongodb.MongoSocketOpenException

    Permalink
  28. type MongoSocketReadException = com.mongodb.MongoSocketReadException

    Permalink
  29. type MongoSocketReadTimeoutException = com.mongodb.MongoSocketReadTimeoutException

    Permalink
  30. type MongoSocketWriteException = com.mongodb.MongoSocketWriteException

    Permalink
  31. type MongoTimeoutException = com.mongodb.MongoTimeoutException

    Permalink
  32. type MongoWaitQueueFullException = com.mongodb.MongoWaitQueueFullException

    Permalink
  33. type MongoWriteConcernException = com.mongodb.MongoWriteConcernException

    Permalink
  34. type MongoWriteException = com.mongodb.MongoWriteException

    Permalink
  35. type ReadConcern = com.mongodb.ReadConcern

    Permalink
  36. type ReadConcernLevel = com.mongodb.ReadConcernLevel

    Permalink
  37. type ReadPreference = com.mongodb.ReadPreference

    Permalink
  38. implicit class ScalaObservable[T] extends AnyRef

    Permalink
    Definition Classes
    ObservableImplicits
  39. implicit class ScalaWriteConcern[T] extends AnyRef

    Permalink
    Definition Classes
    WriteConcernImplicits
  40. type ServerAddress = com.mongodb.ServerAddress

    Permalink
  41. type Tag = com.mongodb.Tag

    Permalink
  42. type TagSet = com.mongodb.TagSet

    Permalink
  43. type TaggableReadPreference = com.mongodb.TaggableReadPreference

    Permalink
  44. type WriteConcern = com.mongodb.WriteConcern

    Permalink
  45. type WriteConcernException = com.mongodb.WriteConcernException

    Permalink
  46. type WriteConcernResult = com.mongodb.WriteConcernResult

    Permalink
  47. type WriteError = com.mongodb.WriteError

    Permalink

Value Members

  1. val Document: scala.bson.collection.immutable.Document.type

    Permalink
  2. implicit def bsonDocumentToDocument(doc: BsonDocument): Document

    Permalink
  3. implicit def bsonDocumentToUntypedDocument(doc: BsonDocument): bson.Document

    Permalink
  4. implicit def classTagToClassOf[C](ct: ClassTag[C]): Class[C]

    Permalink
  5. implicit def documentToUntypedDocument(doc: Document): bson.Document

    Permalink

Inherited from WriteConcernImplicits

Inherited from ObservableImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped