reactivemongo.bson

BsonDsl

trait BsonDsl extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BsonDsl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def $and(item: Producer[(String, BSONValue)], items: Producer[(String, BSONValue)]*): BSONDocument

  5. def $doc(item: Producer[(String, BSONValue)], items: Producer[(String, BSONValue)]*): BSONDocument

  6. def $docx(field: String, element: (String, BSONValue), elements: (String, BSONValue)*): BSONDocument

  7. def $exists(field: String, exists: Boolean = true): BSONDocument

  8. def $gt(item: Producer[(String, BSONValue)]): BSONDocument

  9. def $gte(item: Producer[(String, BSONValue)]): BSONDocument

  10. def $gtex(value: Producer[BSONValue]): (String, BSONValue)

  11. def $gtx(value: Producer[BSONValue]): (String, BSONValue)

  12. def $id(id: Producer[BSONValue]): BSONDocument

  13. def $in(field: String, values: Producer[BSONValue]): BSONDocument

  14. def $lt(item: Producer[(String, BSONValue)]): BSONDocument

  15. def $lte(item: Producer[(String, BSONValue)]): BSONDocument

  16. def $ltex(value: Producer[BSONValue]): (String, BSONValue)

  17. def $ltx(value: Producer[BSONValue]): (String, BSONValue)

  18. def $ne(item: Producer[(String, BSONValue)]): BSONDocument

  19. def $nin(field: String, values: Producer[BSONValue]): BSONDocument

  20. def $or(expressions: BSONDocument*): BSONDocument

  21. def $pull(item: Producer[(String, BSONValue)]): BSONDocument

  22. def $push(item: Producer[(String, BSONValue)]): BSONDocument

  23. def $pushEach(field: String, values: Producer[BSONValue]*): BSONDocument

  24. def $set(item: Producer[(String, BSONValue)], items: Producer[(String, BSONValue)]*): BSONDocument

  25. def $unset(field: String, fields: String*): BSONDocument

  26. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  28. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  29. implicit def bsonDocumentToPretty(document: BSONDocument): String

  30. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  33. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  35. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. def produce(producer: Producer[BSONValue]): BSONValue

    Attributes
    protected
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped