com.foursquare.rogue

EnumerationListQueryField

Related Doc: package rogue

class EnumerationListQueryField[V <: Value, M] extends AbstractListQueryField[V, V, String, M, List]

Linear Supertypes
AbstractListQueryField[V, V, String, M, List], AbstractQueryField[List[V], V, String, M], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EnumerationListQueryField
  2. AbstractListQueryField
  3. AbstractQueryField
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EnumerationListQueryField(field: Field[List[V], M])

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def <(v: V): LtQueryClause[String]

    Definition Classes
    AbstractQueryField
  4. def <=(v: V): LtEqQueryClause[String]

    Definition Classes
    AbstractQueryField
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. def >(v: V): GtQueryClause[String]

    Definition Classes
    AbstractQueryField
  7. def >=(v: V): GtEqQueryClause[String]

    Definition Classes
    AbstractQueryField
  8. def all(vs: Traversable[V]): IndexableQueryClause[List[String], Index] with Product with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[String],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[String],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[String],com.foursquare.rogue.Index] with Product with Serializable}} }

    Definition Classes
    AbstractListQueryField
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def at(i: Int): DummyField[V, M]

    Definition Classes
    AbstractListQueryField
  11. def between(range: (V, V)): BetweenQueryClause[String]

    Definition Classes
    AbstractQueryField
  12. def between(v1: V, v2: V): BetweenQueryClause[String]

    Definition Classes
    AbstractQueryField
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def contains(v: V): EqClause[String, Nothing]

    Definition Classes
    AbstractListQueryField
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def eqs(vs: Traversable[V]): EqClause[List[String], Nothing]

    Definition Classes
    AbstractListQueryField
  17. def eqs(v: V): EqClause[String, Nothing]

    Definition Classes
    AbstractQueryField
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def exists(b: Boolean): ExistsQueryClause

    Definition Classes
    AbstractQueryField
  20. val field: Field[List[V], M]

    Definition Classes
    AbstractQueryField
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def gt(v: V): GtQueryClause[String]

    Definition Classes
    AbstractQueryField
  24. def gte(v: V): GtEqQueryClause[String]

    Definition Classes
    AbstractQueryField
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. def hastype(t: MongoType.Value): TypeQueryClause

    Definition Classes
    AbstractQueryField
  27. def idx(i: Int): DummyField[V, M]

    Definition Classes
    AbstractListQueryField
  28. def in[L](vs: L)(implicit arg0: (L) ⇒ Traversable[V]): IndexableQueryClause[List[String], Index] with Product with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[String],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[String],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[String],com.foursquare.rogue.Index] with Product with Serializable}} }

    Definition Classes
    AbstractQueryField
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def lt(v: V): LtQueryClause[String]

    Definition Classes
    AbstractQueryField
  31. def lte(v: V): LtEqQueryClause[String]

    Definition Classes
    AbstractQueryField
  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. def neqs(vs: Traversable[V]): NeQueryClause[List[String]]

    Definition Classes
    AbstractListQueryField
  34. def neqs(v: V): NeQueryClause[String]

    Definition Classes
    AbstractQueryField
  35. def nin[L](vs: L)(implicit arg0: (L) ⇒ Traversable[V]): NinQueryClause[String]

    Definition Classes
    AbstractQueryField
  36. def notcontains(v: V): NeQueryClause[String]

    Definition Classes
    AbstractListQueryField
  37. final def notify(): Unit

    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  39. def size(s: Int): SizeQueryClause

    Definition Classes
    AbstractListQueryField
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. def valueToDB(v: V): String

  43. def valuesToDB(vs: Traversable[V]): Traversable[String]

    Definition Classes
    AbstractQueryField
  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractListQueryField[V, V, String, M, List]

Inherited from AbstractQueryField[List[V], V, String, M]

Inherited from AnyRef

Inherited from Any

Ungrouped