object
QueryHelpers
extends AnyRef
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
-
object
NoopQueryLogger
extends DefaultQueryLogger
-
-
object
NoopQueryValidator
extends DefaultQueryValidator
-
def
allListClause
[V]
(fieldName: String, vs: Traversable[V]): Product with IndexableQueryClause[List[V], Index] with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[V],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[V],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[V],com.foursquare.rogue.Index] with Serializable}} }
-
def
asDBObject
[T]
(x: T): DBObject
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
inListClause
[V]
(fieldName: String, vs: Traversable[V]): Product with IndexableQueryClause[List[V], Index] with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[V],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[V],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[V],com.foursquare.rogue.Index] with Serializable}} }
-
def
isInstanceOf
[T0]
: Boolean
-
def
list
(vs: Double*): List[Double]
-
def
list
[T]
(vs: Traversable[T]): List[T]
-
-
def
makeJavaList
[T]
(sl: Traversable[T]): List[T]
-
def
makeJavaMap
[K, V]
(m: Map[K, V]): Map[K, V]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
orConditionFromQueries
(subqueries: List[com.foursquare.rogue.Query[_, _, _]]): OrCondition
-
def
radius
(d: Degrees): Double
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
-
def
validatedList
[T]
(vs: Traversable[T]): List[T]
-
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any