class
SeqQueryField
[V, M]
extends AbstractListQueryField[V, V, AnyRef, M, Seq]
Instance Constructors
-
new
SeqQueryField
(field: Field[Seq[V], M])(implicit arg0: BSONType[V])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
-
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
-
-
def
all
(vs: Traversable[V]): Product with IndexableQueryClause[List[AnyRef], Index] with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[AnyRef],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[AnyRef],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[AnyRef],com.foursquare.rogue.Index] with Serializable}} }
-
def
asInstanceOf
[T0]
: T0
-
def
at
(i: Int): DummyField[V, M]
-
def
between
(range: (V, V)): BetweenQueryClause[AnyRef]
-
-
def
clone
(): AnyRef
-
def
contains
(v: V): EqClause[AnyRef, Nothing]
-
def
eq
(arg0: AnyRef): Boolean
-
def
eqs
(vs: Traversable[V]): EqClause[List[AnyRef], Nothing]
-
def
eqs
(v: V): EqClause[AnyRef, Nothing]
-
def
equals
(arg0: Any): Boolean
-
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
-
-
def
hashCode
(): Int
-
-
def
idx
(i: Int): DummyField[V, M]
-
def
in
[L]
(vs: L)(implicit arg0: (L) ⇒ Traversable[V]): Product with IndexableQueryClause[List[AnyRef], Index] with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[AnyRef],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[AnyRef],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[AnyRef],com.foursquare.rogue.Index] with Serializable}} }
-
def
isInstanceOf
[T0]
: Boolean
-
-
-
def
ne
(arg0: AnyRef): Boolean
-
def
neqs
(vs: Traversable[V]): NeQueryClause[List[AnyRef]]
-
-
def
nin
[L]
(vs: L)(implicit arg0: (L) ⇒ Traversable[V]): NinQueryClause[AnyRef]
-
def
notcontains
(v: V): NeQueryClause[AnyRef]
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
valueToDB
(v: V): AnyRef
-
def
valuesToDB
(vs: Traversable[V]): Traversable[AnyRef]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any