com.mongodb.casbah.query.dsl

FluidQueryBarewordOps

trait FluidQueryBarewordOps extends SetOp with UnsetOp with IncOp with OrOp with AndOp with RenameOp with ArrayOps with NorOp with BitOp

Aggregation object for Bareword Operators. Bareword operators stand on their own - they lack the requirement for an LValue. This mixes them in so they can be pulled down in a single import.

Typically, you want to follow the model Implicits does, and mix this in if you want to use it but not import Implicits

Since

1.0

See also

com.mongodb.casbah.Implicits

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. FluidQueryBarewordOps
  2. BitOp
  3. BitOpBase
  4. NorOp
  5. NorOpBase
  6. ArrayOps
  7. PullAllOp
  8. PullAllOpBase
  9. PullOp
  10. PullOpBase
  11. PopOp
  12. PopOpBase
  13. AddToSetOp
  14. AddToSetOpBase
  15. PushAllOp
  16. PushAllOpBase
  17. PushOp
  18. PushOpBase
  19. RenameOp
  20. RenameOpBase
  21. AndOp
  22. AndOpBase
  23. OrOp
  24. OrOpBase
  25. IncOp
  26. IncOpBase
  27. UnsetOp
  28. UnsetOpBase
  29. SetOp
  30. SetOpBase
  31. BarewordQueryOperator
  32. AnyRef
  33. Any
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def $addToSet : ((String, Any)*) ⇒ DBObject

    Definition Classes
    AddToSetOp
  5. def $addToSet (field: String): AnyRef { ... /* 2 definitions in type refinement */ }

    Definition Classes
    AddToSetOp
  6. def $addToSet [T] (arg: T)(implicit arg0: (T) ⇒ DBObject): DBObject

    Definition Classes
    AddToSetOp
  7. def $and : NestedBarewordListOperator

    Definition Classes
    AndOp
  8. def $bit (field: String): AnyRef { ... /* 2 definitions in type refinement */ }

    Definition Classes
    BitOp
  9. def $inc [T] (args: (String, T)*)(implicit arg0: ValidNumericType[T]): DBObject

    Definition Classes
    IncOp
  10. def $nor : NestedBarewordListOperator

    Definition Classes
    NorOp
  11. def $or : NestedBarewordListOperator

    Definition Classes
    OrOp
  12. def $pop [T] (args: (String, T)*)(implicit arg0: ValidNumericType[T]): DBObject

    Definition Classes
    PopOp
  13. def $pull (inner: DBObject): DBObject

    Definition Classes
    PullOp
  14. def $pull (inner: ⇒ DBObject): DBObject

    Definition Classes
    PullOp
  15. def $pull : ((String, Any)*) ⇒ DBObject

    Definition Classes
    PullOp
  16. def $pullAll [A] (args: (String, A)*)(implicit arg0: AsIterable[A]): DBObject

    Definition Classes
    PullAllOp
  17. def $push : ((String, Any)*) ⇒ DBObject

    Definition Classes
    PushOp
  18. def $pushAll [A] (args: (String, A)*)(implicit arg0: AsIterable[A]): DBObject

    Definition Classes
    PushAllOp
  19. def $rename : ((String, Any)*) ⇒ DBObject

    Definition Classes
    RenameOp
  20. def $set : ((String, Any)*) ⇒ DBObject

    Definition Classes
    SetOp
  21. def $unset : (String*) ⇒ DBObject

    Definition Classes
    UnsetOp
  22. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  24. def _addToSet : ((String, Any)*) ⇒ DBObject

    Attributes
    protected
    Definition Classes
    AddToSetOpBase
  25. def _addToSet (field: String): AnyRef { ... /* 2 definitions in type refinement */ }

    Attributes
    protected
    Definition Classes
    AddToSetOpBase
  26. def _addToSet [T] (arg: T)(implicit arg0: (T) ⇒ DBObject): DBObject

    Attributes
    protected
    Definition Classes
    AddToSetOpBase
  27. def _and : NestedBarewordListOperator

    Attributes
    protected
    Definition Classes
    AndOpBase
  28. def _bit (field: String): AnyRef { ... /* 2 definitions in type refinement */ }

    Attributes
    protected
    Definition Classes
    BitOpBase
  29. def _inc [T] (args: (String, T)*)(implicit arg0: ValidNumericType[T]): DBObject

    Attributes
    protected
    Definition Classes
    IncOpBase
  30. def _nor : NestedBarewordListOperator

    Attributes
    protected
    Definition Classes
    NorOpBase
  31. def _or : NestedBarewordListOperator

    Attributes
    protected
    Definition Classes
    OrOpBase
  32. def _pop [T] (args: (String, T)*)(implicit arg0: ValidNumericType[T]): DBObject

    Attributes
    protected
    Definition Classes
    PopOpBase
  33. def _pull (inner: DBObject): DBObject

    Attributes
    protected
    Definition Classes
    PullOpBase
  34. def _pull (inner: ⇒ DBObject): DBObject

    ValueTest enabled version

    ValueTest enabled version

    Attributes
    protected
    Definition Classes
    PullOpBase
  35. def _pull : ((String, Any)*) ⇒ DBObject

    Attributes
    protected
    Definition Classes
    PullOpBase
  36. def _pullAll [A] (args: (String, A)*)(implicit arg0: AsIterable[A]): DBObject

    Attributes
    protected
    Definition Classes
    PullAllOpBase
  37. def _push : ((String, Any)*) ⇒ DBObject

    Attributes
    protected
    Definition Classes
    PushOpBase
  38. def _pushAll [A] (args: (String, A)*)(implicit arg0: AsIterable[A]): DBObject

    Attributes
    protected
    Definition Classes
    PushAllOpBase
  39. def _rename : ((String, Any)*) ⇒ DBObject

    Attributes
    protected
    Definition Classes
    RenameOpBase
  40. def _set : ((String, Any)*) ⇒ DBObject

    Attributes
    protected
    Definition Classes
    SetOpBase
  41. def _unset (args: String*): DBObject

    Attributes
    protected
    Definition Classes
    UnsetOpBase
  42. def apply [A] (oper: String)(fields: (String, A)*): DBObject

    Definition Classes
    BarewordQueryOperator
  43. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  44. def clone (): AnyRef

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

    Attributes
    final
    Definition Classes
    AnyRef
  46. def equals (arg0: Any): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  49. def hashCode (): Int

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  52. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  53. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  54. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  55. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from BitOp

Inherited from BitOpBase

Inherited from NorOp

Inherited from NorOpBase

Inherited from ArrayOps

Inherited from PullAllOp

Inherited from PullAllOpBase

Inherited from PullOp

Inherited from PullOpBase

Inherited from PopOp

Inherited from PopOpBase

Inherited from AddToSetOp

Inherited from AddToSetOpBase

Inherited from PushAllOp

Inherited from PushAllOpBase

Inherited from PushOp

Inherited from PushOpBase

Inherited from RenameOp

Inherited from RenameOpBase

Inherited from AndOp

Inherited from AndOpBase

Inherited from OrOp

Inherited from OrOpBase

Inherited from IncOp

Inherited from IncOpBase

Inherited from UnsetOp

Inherited from UnsetOpBase

Inherited from SetOp

Inherited from SetOpBase

Inherited from BarewordQueryOperator

Inherited from AnyRef

Inherited from Any