com.foursquare.rogue

AbstractQueryField

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

Trait representing a field and all the operations on it.

F

the underlying type of the field

V

the type of values allowed to be compared to the field

DB

the type V is converted into in the BSON representation of the field

M

the type of the owner of the field

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( classOf[java.lang.Throwable] )
  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

  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. def not[F2](clause: (Field[F, M]) ⇒ QueryClause[F2]): QueryClause[F2]

  33. final def notify(): Unit

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

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

    Definition Classes
    AnyRef
  36. def toString(): String

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

  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped