trait BaseFiltering[T] extends KeyValueHandling[T]

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
    Attributes
    protected
    Definition Classes
    KeyValueHandling
  2. abstract def getClass(): Class[_]
    Definition Classes
    Any
  3. abstract def key: String
    Attributes
    protected
    Definition Classes
    KeyHandling

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bitsAllClear(bitMask: Long): Bson
  6. def bitsAllSet(bitMask: Long): Bson
  7. def bitsAnyClear(bitMask: Long): Bson
  8. def bitsAnySet(bitMask: Long): Bson
  9. def equal(t: T): Bson
  10. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  11. def exists(exists: Boolean = true): Bson
  12. def geoIntersects(geometry: Geometry): Bson
  13. def geoIntersectsBson(geometryBson: Bson): Bson
  14. def geoWithin(geometry: Geometry): Bson
  15. def geoWithinBox(lowerLeftX: Double, lowerLeftY: Double, upperRightX: Double, upperRightY: Double): Bson
  16. def geoWithinBson(geometryBson: Bson): Bson
  17. def geoWithinCenter(x: Double, y: Double, radius: Double): Bson
  18. def geoWithinCenterSphere(x: Double, y: Double, radius: Double): Bson
  19. def geoWithinPolygon(points: (Double, Double)*): Bson
  20. def gt(t: T): Bson
  21. def gte(t: T): Bson
  22. def hashCode(): Int
    Definition Classes
    Any
  23. def in(ts: T*): Bson
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def lt(t: T): Bson
  26. def lte(t: T): Bson
  27. def mod(divisor: Long, remainder: Long): Bson
  28. def nearBson(geometryBson: Bson, maxDistance: commons.Opt[Double] = Opt.empty, minDistance: commons.Opt[Double] = Opt.empty): Bson
  29. def nearPoint(point: Point, maxDistance: commons.Opt[Double] = Opt.empty, minDistance: commons.Opt[Double] = Opt.empty): Bson
  30. def nearSphereBson(geometryBson: Bson, maxDistance: commons.Opt[Double] = Opt.empty, minDistance: commons.Opt[Double] = Opt.empty): Bson
  31. def nearSpherePoint(point: Point, maxDistance: commons.Opt[Double] = Opt.empty, minDistance: commons.Opt[Double] = Opt.empty): Bson
  32. def nearSphereXY(x: Double, y: Double, maxDistance: commons.Opt[Double] = Opt.empty, minDistance: commons.Opt[Double] = Opt.empty): Bson
  33. def nearXY(x: Double, y: Double, maxDistance: commons.Opt[Double] = Opt.empty, minDistance: commons.Opt[Double] = Opt.empty): Bson
  34. def nin(ts: T*): Bson
  35. def notEqual(t: T): Bson
  36. def ofType(typeName: String): Bson
  37. def ofType(bsonType: BsonType): Bson
  38. def regex(patternStr: String, options: String): Bson
  39. def regex(patternStr: String): Bson
  40. def regex(pattern: Pattern): Bson
  41. def regex(re: Regex): Bson
  42. def text(str: String, caseSensitive: commons.OptArg[Boolean] = OptArg.Empty, language: commons.OptArg[TextSearchLanguage] = OptArg.Empty, diacriticSensitive: commons.OptArg[Boolean] = OptArg.Empty): Bson
  43. def toString(): String
    Definition Classes
    Any
  44. def use(t: T)(f: (String, BsonValue) ⇒ Bson): Bson
    Attributes
    protected
    Definition Classes
    KeyValueHandling

Inherited from KeyValueHandling[T]

Inherited from KeyHandling

Inherited from Any

Ungrouped