class
EnumerationListQueryField
[V <: Value, M]
extends AbstractListQueryField[V, V, String, M, List]
Instance Constructors
-
new
EnumerationListQueryField
(field: Field[List[V], M])
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[String], Index] with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[String],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[String],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[String],com.foursquare.rogue.Index] with Serializable}} }
-
def
asInstanceOf
[T0]
: T0
-
def
at
(i: Int): DummyField[V, M]
-
def
between
(range: (V, V)): BetweenQueryClause[String]
-
-
def
clone
(): AnyRef
-
def
contains
(v: V): EqClause[String, Nothing]
-
def
eq
(arg0: AnyRef): Boolean
-
def
eqs
(vs: Traversable[V]): EqClause[List[String], Nothing]
-
def
eqs
(v: V): EqClause[String, 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[String], Index] with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[String],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[String],com.foursquare.rogue.Index] with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): Product with com.foursquare.rogue.IndexableQueryClause[java.util.List[String],com.foursquare.rogue.Index] with Serializable}} }
-
def
isInstanceOf
[T0]
: Boolean
-
-
-
def
ne
(arg0: AnyRef): Boolean
-
def
neqs
(vs: Traversable[V]): NeQueryClause[List[String]]
-
-
def
nin
[L]
(vs: L)(implicit arg0: (L) ⇒ Traversable[V]): NinQueryClause[String]
-
def
notcontains
(v: V): NeQueryClause[String]
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
valueToDB
(v: V): String
-
def
valuesToDB
(vs: Traversable[V]): Traversable[String]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any