com
.
mongodb
.
casbah
.
query
.
dsl
ArrayOps
Related Doc:
package dsl
trait
ArrayOps
extends
PushOp
with
PushAllOp
with
AddToSetOp
with
PopOp
with
PullOp
with
PullAllOp
Linear Supertypes
PullAllOp
,
PullOp
,
PopOp
,
AddToSetOp
,
PushAllOp
,
PushOp
,
BarewordQueryOperator
,
AnyRef
,
Any
Known Subclasses
FluidQueryBarewordOps
,
Imports
,
Imports
Ordering
Alphabetic
By Inheritance
Inherited
ArrayOps
PullAllOp
PullOp
PopOp
AddToSetOp
PushAllOp
PushOp
BarewordQueryOperator
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
$addToSet
(
field:
String
)
:
AnyRef
{ def $each[A](target: A*)(implicit evidence$7: com.mongodb.casbah.query.Imports.AsQueryParam[A]): com.mongodb.casbah.query.Imports.DBObject }
Definition Classes
AddToSetOp
def
$addToSet
[
A
]
(
fields: (
String
,
A
)*
)
:
Imports.DBObject
Definition Classes
AddToSetOp
def
$addToSet
[
T
]
(
arg:
T
)
(
implicit
arg0: (
T
) ⇒
Imports.DBObject
)
:
Imports.DBObject
Definition Classes
AddToSetOp
def
$pop
[
T
]
(
args: (
String
,
T
)*
)
(
implicit
arg0:
Imports.ValidNumericType
[
T
]
)
:
Imports.DBObject
Definition Classes
PopOp
def
$pull
(
inner:
Imports.DBObject
)
:
Imports.DBObject
Definition Classes
PullOp
def
$pull
(
inner: ⇒
Imports.DBObject
)
:
Imports.DBObject
Definition Classes
PullOp
def
$pull
[
A
]
(
fields: (
String
,
A
)*
)
:
Imports.DBObject
Definition Classes
PullOp
def
$pullAll
[
A
]
(
args: (
String
,
A
)*
)
(
implicit
arg0:
Imports.AsQueryParam
[
A
]
)
:
Imports.DBObject
Definition Classes
PullAllOp
def
$push
(
field:
String
)
:
AnyRef
{ def $each[A](target: A*)(implicit evidence$4: com.mongodb.casbah.query.Imports.AsQueryParam[A]): com.mongodb.casbah.query.Imports.DBObject }
Definition Classes
PushOp
def
$push
[
A
]
(
fields: (
String
,
A
)*
)
:
Imports.DBObject
Definition Classes
PushOp
def
$pushAll
[
A
]
(
args: (
String
,
A
)*
)
(
implicit
arg0:
Imports.AsQueryParam
[
A
]
)
:
Imports.DBObject
Definition Classes
PushAllOp
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
apply
[
A
]
(
oper:
String
)
(
fields:
Seq
[(
String
,
A
)]
)
:
Imports.DBObject
Definition Classes
BarewordQueryOperator
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
PullAllOp
Inherited from
PullOp
Inherited from
PopOp
Inherited from
AddToSetOp
Inherited from
PushAllOp
Inherited from
PushOp
Inherited from
BarewordQueryOperator
Inherited from
AnyRef
Inherited from
Any
Ungrouped