class
StringsListQueryField
[M]
extends AbstractListQueryField[String, String, String, M, List] with StringRegexOps[List[String], M]
Instance Constructors
-
new
StringsListQueryField
(field: Field[List[String], M])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
<
(v: String): LtQueryClause[String]
-
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
>
(v: String): GtQueryClause[String]
-
-
def
all
(vs: Traversable[String]): 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[String, M]
-
def
between
(range: (String, String)): BetweenQueryClause[String]
-
def
between
(v1: String, v2: String): BetweenQueryClause[String]
-
def
clone
(): AnyRef
-
def
contains
(v: String): EqClause[String, Nothing]
-
def
eq
(arg0: AnyRef): Boolean
-
def
eqs
(vs: Traversable[String]): EqClause[List[String], Nothing]
-
def
eqs
(v: String): EqClause[String, Nothing]
-
def
equals
(arg0: Any): Boolean
-
-
val
field
: Field[List[String], M]
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
gt
(v: String): GtQueryClause[String]
-
-
def
hashCode
(): Int
-
-
def
idx
(i: Int): DummyField[String, M]
-
def
in
[L]
(vs: L)(implicit arg0: (L) ⇒ Traversable[String]): 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
lt
(v: String): LtQueryClause[String]
-
-
-
-
def
ne
(arg0: AnyRef): Boolean
-
def
neqs
(vs: Traversable[String]): NeQueryClause[List[String]]
-
def
neqs
(v: String): NeQueryClause[String]
-
def
nin
[L]
(vs: L)(implicit arg0: (L) ⇒ Traversable[String]): NinQueryClause[String]
-
def
notcontains
(v: String): NeQueryClause[String]
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
-
-
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
valueToDB
(v: String): String
-
def
valuesToDB
(vs: Traversable[String]): Traversable[String]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any