Trait

com.avsystem.commons.mongo.core.ops

BaseFiltering

Related Doc: package ops

Permalink

trait BaseFiltering[T] extends KeyValueHandling[T]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseFiltering
  2. KeyValueHandling
  3. KeyHandling
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def encode(t: T): BsonValue

    Permalink
    Attributes
    protected
    Definition Classes
    KeyValueHandling
  2. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any
  3. abstract def key: String

    Permalink
    Attributes
    protected
    Definition Classes
    KeyHandling

Concrete Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bitsAllClear(bitMask: Long): Bson

    Permalink
  6. def bitsAllSet(bitMask: Long): Bson

    Permalink
  7. def bitsAnyClear(bitMask: Long): Bson

    Permalink
  8. def bitsAnySet(bitMask: Long): Bson

    Permalink
  9. def equal(t: T): Bson

    Permalink
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  11. def exists(exists: Boolean = true): Bson

    Permalink
  12. def geoIntersects(geometry: Geometry): Bson

    Permalink
  13. def geoIntersectsBson(geometryBson: Bson): Bson

    Permalink
  14. def geoWithin(geometry: Geometry): Bson

    Permalink
  15. def geoWithinBox(lowerLeftX: Double, lowerLeftY: Double, upperRightX: Double, upperRightY: Double): Bson

    Permalink
  16. def geoWithinBson(geometryBson: Bson): Bson

    Permalink
  17. def geoWithinCenter(x: Double, y: Double, radius: Double): Bson

    Permalink
  18. def geoWithinCenterSphere(x: Double, y: Double, radius: Double): Bson

    Permalink
  19. def geoWithinPolygon(points: (Double, Double)*): Bson

    Permalink
  20. def gt(t: T): Bson

    Permalink
  21. def gte(t: T): Bson

    Permalink
  22. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  23. def in(ts: T*): Bson

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def lt(t: T): Bson

    Permalink
  26. def lte(t: T): Bson

    Permalink
  27. def mod(divisor: Long, remainder: Long): Bson

    Permalink
  28. def nearBson(geometryBson: Bson, maxDistance: commons.Opt[Double] = Opt.empty, minDistance: commons.Opt[Double] = Opt.empty): Bson

    Permalink
  29. def nearPoint(point: Point, maxDistance: commons.Opt[Double] = Opt.empty, minDistance: commons.Opt[Double] = Opt.empty): Bson

    Permalink
  30. def nearSphereBson(geometryBson: Bson, maxDistance: commons.Opt[Double] = Opt.empty, minDistance: commons.Opt[Double] = Opt.empty): Bson

    Permalink
  31. def nearSpherePoint(point: Point, maxDistance: commons.Opt[Double] = Opt.empty, minDistance: commons.Opt[Double] = Opt.empty): Bson

    Permalink
  32. def nearSphereXY(x: Double, y: Double, maxDistance: commons.Opt[Double] = Opt.empty, minDistance: commons.Opt[Double] = Opt.empty): Bson

    Permalink
  33. def nearXY(x: Double, y: Double, maxDistance: commons.Opt[Double] = Opt.empty, minDistance: commons.Opt[Double] = Opt.empty): Bson

    Permalink
  34. def nin(ts: T*): Bson

    Permalink
  35. def notEqual(t: T): Bson

    Permalink
  36. def ofType(typeName: String): Bson

    Permalink
  37. def ofType(bsonType: BsonType): Bson

    Permalink
  38. def regex(patternStr: String, options: String): Bson

    Permalink
  39. def regex(patternStr: String): Bson

    Permalink
  40. def regex(pattern: Pattern): Bson

    Permalink
  41. def regex(re: Regex): Bson

    Permalink
  42. def text(str: String, caseSensitive: commons.OptArg[Boolean] = OptArg.Empty, language: commons.OptArg[TextSearchLanguage] = OptArg.Empty, diacriticSensitive: commons.OptArg[Boolean] = OptArg.Empty): Bson

    Permalink
  43. def toString(): String

    Permalink
    Definition Classes
    Any
  44. def use(t: T)(f: (String, BsonValue) ⇒ Bson): Bson

    Permalink
    Attributes
    protected
    Definition Classes
    KeyValueHandling

Inherited from KeyValueHandling[T]

Inherited from KeyHandling

Inherited from Any

Ungrouped