com.foursquare.rogue

AbstractListQueryField

Related Doc: package rogue

abstract class AbstractListQueryField[F, V, DB, M, CC[X] <: Seq[X]] extends AbstractQueryField[CC[F], V, DB, M]

Linear Supertypes
AbstractQueryField[CC[F], V, DB, M], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractListQueryField
  2. AbstractQueryField
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractListQueryField(field: Field[CC[F], M])

Abstract Value Members

  1. abstract def valueToDB(v: V): DB

    Definition Classes
    AbstractQueryField

Concrete 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[DB]

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

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

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

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

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

  9. final def asInstanceOf[T0]: T0

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

  11. def between(range: (V, V)): BetweenQueryClause[DB]

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

    Definition Classes
    AbstractQueryField
  13. def clone(): AnyRef

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

  15. final def eq(arg0: AnyRef): Boolean

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

  17. def eqs(v: V): EqClause[DB, 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[CC[F], 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[DB]

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

    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]

  28. def in[L](vs: L)(implicit arg0: (L) ⇒ Traversable[V]): IndexableQueryClause[List[DB], Index] with Product with Serializable { def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[DB],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[DB],com.foursquare.rogue.Index] with Product with Serializable{def withExpectedIndexBehavior(b: com.foursquare.rogue.MaybeIndexed): com.foursquare.rogue.IndexableQueryClause[java.util.List[DB],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[DB]

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

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

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

  34. def neqs(v: V): NeQueryClause[DB]

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

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

  37. final def notify(): Unit

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

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

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

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. def valuesToDB(vs: Traversable[V]): Traversable[DB]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractQueryField[CC[F], V, DB, M]

Inherited from AnyRef

Inherited from Any

Ungrouped