com.foursquare.rogue

ListQueryField

class ListQueryField[V, M] extends AbstractListQueryField[V, V, AnyRef, M, List]

Linear Supertypes
AbstractListQueryField[V, V, AnyRef, M, List], AbstractQueryField[List[V], V, AnyRef, M], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ListQueryField
  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 ListQueryField(field: Field[List[V], M])(implicit arg0: BSONType[V])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def $: SelectableDummyField[V, M]

    Definition Classes
    AbstractListQueryField
  5. def <(v: V): LtQueryClause[AnyRef]

    Definition Classes
    AbstractQueryField
  6. def <=(v: V): LtEqQueryClause[AnyRef]

    Definition Classes
    AbstractQueryField
  7. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  9. def >(v: V): GtQueryClause[AnyRef]

    Definition Classes
    AbstractQueryField
  10. def >=(v: V): GtEqQueryClause[AnyRef]

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

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

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

    Definition Classes
    AbstractListQueryField
  14. def between(range: (V, V)): BetweenQueryClause[AnyRef]

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

    Definition Classes
    AbstractQueryField
  16. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef
  19. def eqs(v: V): EqClause[AnyRef, Nothing]

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

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

    Definition Classes
    AbstractQueryField
  22. def finalize(): Unit

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

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

    Definition Classes
    AbstractQueryField
  25. def gte(v: V): GtEqQueryClause[AnyRef]

    Definition Classes
    AbstractQueryField
  26. def hashCode(): Int

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

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

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

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

    Definition Classes
    Any
  31. def lt(v: V): LtQueryClause[AnyRef]

    Definition Classes
    AbstractQueryField
  32. def lte(v: V): LtEqQueryClause[AnyRef]

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

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

    Definition Classes
    AbstractListQueryField
  35. def neqs(v: V): NeQueryClause[AnyRef]

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

    Definition Classes
    AbstractQueryField
  37. def notcontains(v: V): NeQueryClause[AnyRef]

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

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

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

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

    Definition Classes
    AnyRef
  42. def toString(): String

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

    Definition Classes
    ListQueryFieldAbstractQueryField
  44. def valuesToDB(vs: Traversable[V]): Traversable[AnyRef]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped