com.mongodb.casbah.query.dsl

ArrayOps

trait ArrayOps extends PushOp with PushAllOp with AddToSetOp with PopOp with PullOp with PullAllOp

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ArrayOps
  2. PullAllOp
  3. PullAllOpBase
  4. PullOp
  5. PullOpBase
  6. PopOp
  7. PopOpBase
  8. AddToSetOp
  9. AddToSetOpBase
  10. PushAllOp
  11. PushAllOpBase
  12. PushOp
  13. PushOpBase
  14. BarewordQueryOperator
  15. AnyRef
  16. 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 $pop [T] (args: (String, T)*)(implicit arg0: ValidNumericType[T]): DBObject

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

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

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

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

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

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

    Definition Classes
    PushAllOp
  14. def == (arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    ValueTest enabled version

    ValueTest enabled version

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

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 BarewordQueryOperator

Inherited from AnyRef

Inherited from Any