com
.
mongodb
.
casbah
.
query
.
dsl
ArrayOps
trait
ArrayOps
extends
PushOp
with
PushAllOp
with
AddToSetOp
with
PopOp
with
PullOp
with
PullAllOp
Linear Supertypes
PullAllOp
,
PullAllOpBase
,
PullOp
,
PullOpBase
,
PopOp
,
PopOpBase
,
AddToSetOp
,
AddToSetOpBase
,
PushAllOp
,
PushAllOpBase
,
PushOp
,
PushOpBase
,
BarewordQueryOperator
, AnyRef,
Any
Known Subclasses
FluidQueryBarewordOps
,
Imports
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
ArrayOps
PullAllOp
PullAllOpBase
PullOp
PullOpBase
PopOp
PopOpBase
AddToSetOp
AddToSetOpBase
PushAllOp
PushAllOpBase
PushOp
PushOpBase
BarewordQueryOperator
AnyRef
Any
Visibility
Public
All
Value Members
def
!=
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
!=
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
##
()
:
Int
Attributes
final
Definition Classes
AnyRef → Any
def
$addToSet
: ((String,
Any
)*) ⇒ DBObject
Definition Classes
AddToSetOp
def
$addToSet
(
field: String
)
: AnyRef { ... /* 2 definitions in type refinement */ }
Definition Classes
AddToSetOp
def
$addToSet
[
T
]
(
arg: T
)
(
implicit
arg0: (T) ⇒ DBObject
)
: DBObject
Definition Classes
AddToSetOp
def
$pop
[
T
]
(
args: (String, T)*
)
(
implicit
arg0: ValidNumericType[T]
)
: DBObject
Definition Classes
PopOp
def
$pull
(
inner: DBObject
)
: DBObject
Definition Classes
PullOp
def
$pull
(
inner: ⇒ DBObject
)
: DBObject
Definition Classes
PullOp
def
$pull
: ((String,
Any
)*) ⇒ DBObject
Definition Classes
PullOp
def
$pullAll
[
A
]
(
args: (String, A)*
)
(
implicit
arg0: AsIterable[A]
)
: DBObject
Definition Classes
PullAllOp
def
$push
: ((String,
Any
)*) ⇒ DBObject
Definition Classes
PushOp
def
$pushAll
[
A
]
(
args: (String, A)*
)
(
implicit
arg0: AsIterable[A]
)
: DBObject
Definition Classes
PushAllOp
def
==
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
==
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
_addToSet
: ((String,
Any
)*) ⇒ DBObject
Attributes
protected
Definition Classes
AddToSetOpBase
def
_addToSet
(
field: String
)
: AnyRef { ... /* 2 definitions in type refinement */ }
Attributes
protected
Definition Classes
AddToSetOpBase
def
_addToSet
[
T
]
(
arg: T
)
(
implicit
arg0: (T) ⇒ DBObject
)
: DBObject
Attributes
protected
Definition Classes
AddToSetOpBase
def
_pop
[
T
]
(
args: (String, T)*
)
(
implicit
arg0: ValidNumericType[T]
)
: DBObject
Attributes
protected
Definition Classes
PopOpBase
def
_pull
(
inner: DBObject
)
: DBObject
Attributes
protected
Definition Classes
PullOpBase
def
_pull
(
inner: ⇒ DBObject
)
: DBObject
ValueTest enabled version
ValueTest enabled version
Attributes
protected
Definition Classes
PullOpBase
def
_pull
: ((String,
Any
)*) ⇒ DBObject
Attributes
protected
Definition Classes
PullOpBase
def
_pullAll
[
A
]
(
args: (String, A)*
)
(
implicit
arg0: AsIterable[A]
)
: DBObject
Attributes
protected
Definition Classes
PullAllOpBase
def
_push
: ((String,
Any
)*) ⇒ DBObject
Attributes
protected
Definition Classes
PushOpBase
def
_pushAll
[
A
]
(
args: (String, A)*
)
(
implicit
arg0: AsIterable[A]
)
: DBObject
Attributes
protected
Definition Classes
PushAllOpBase
def
apply
[
A
]
(
oper: String
)
(
fields: (String, A)*
)
: DBObject
Definition Classes
BarewordQueryOperator
def
asInstanceOf
[
T0
]
: T0
Attributes
final
Definition Classes
Any
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
eq
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
getClass
()
: java.lang.Class[_]
Attributes
final
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isInstanceOf
[
T0
]
:
Boolean
Attributes
final
Definition Classes
Any
def
ne
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
notify
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
notifyAll
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Attributes
final
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
wait
()
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
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