com.foursquare.rogue

AbstractQueryField

abstract class AbstractQueryField[F, V, DB, M] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractQueryField
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Abstract Value Members

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

Concrete 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 <(v: V): LtQueryClause[DB]

  5. def <=(v: V): LtEqQueryClause[DB]

  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def >(v: V): GtQueryClause[DB]

  9. def >=(v: V): GtEqQueryClause[DB]

  10. final def asInstanceOf[T0]: T0

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

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

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. final def eq(arg0: AnyRef): Boolean

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

  16. def equals(arg0: Any): Boolean

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

  18. val field: Field[F, M]

  19. def finalize(): Unit

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

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

  22. def gte(v: V): GtEqQueryClause[DB]

  23. def hashCode(): Int

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

  25. 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}} }

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def lt(v: V): LtQueryClause[DB]

  28. def lte(v: V): LtEqQueryClause[DB]

  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. def neqs(v: V): NeQueryClause[DB]

  31. def nin[L](vs: L)(implicit arg0: (L) ⇒ Traversable[V]): NinQueryClause[DB]

  32. final def notify(): Unit

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

    Definition Classes
    AnyRef
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

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

  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped