class
AbstractQueryField
[F, V, DB, M]
extends AnyRef
Instance Constructors
-
new
AbstractQueryField
(field: Field[F, M])
Abstract Value Members
-
def
valueToDB
(v: V): DB
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
-
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
-
-
def
asInstanceOf
[T0]
: T0
-
-
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
eqs
(v: V): EqClause[DB, Nothing]
-
def
equals
(arg0: Any): Boolean
-
-
val
field
: Field[F, M]
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
-
-
def
hashCode
(): Int
-
-
def
in
[L]
(vs: L)(implicit arg0: (L) ⇒ Traversable[V]): Product with IndexableQueryClause[List[DB], Index] with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[DB],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[DB],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[DB],com.foursquare.rogue.Index] with Serializable}} }
-
def
isInstanceOf
[T0]
: Boolean
-
-
-
def
ne
(arg0: AnyRef): Boolean
-
-
def
nin
[L]
(vs: L)(implicit arg0: (L) ⇒ Traversable[V]): NinQueryClause[DB]
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
valuesToDB
(vs: Traversable[V]): Traversable[DB]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Trait representing a field and all the operations on it.
the underlying type of the field
the type of values allowed to be compared to the field
the type V is converted into in the BSON representation of the field
the type of the owner of the field