Mongo Scala Driver - org.mongodb.scala.model.Projections (original) (raw)

object Projections

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Projections

  2. AnyRef

  3. Any

  4. Hide All

  5. Show All

Visibility

  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. def computed[TExpression](fieldName: String, expression: TExpression): Bson
    Creates a projection of a field whose value is computed from the given expression.
  7. def elemMatch(fieldName: String, filter: Bson): Bson
    Creates a projection that includes for the given field only the first element of the array value of that field that matches the given query filter.
  8. def elemMatch(fieldName: String): Bson
    Creates a projection that includes for the given field only the first element of an array that matches the query filter.
  9. final def eq(arg0: AnyRef): Boolean
  10. def equals(arg0: AnyRef): Boolean
  11. def exclude(fieldNames: String*): Bson
    Creates a projection that excludes all of the given fields.
  12. def excludeId(): Bson
    Creates a projection that excludes the _id field.
  13. def fields(projections: Bson*): Bson
    Creates a projection that combines the list of projections into a single one.
  14. def finalize(): Unit
  15. final def getClass(): Class[_ <: AnyRef]
  16. def hashCode(): Int
  17. def include(fieldNames: String*): Bson
    Creates a projection that includes all of the given fields.
  18. final def isInstanceOf[T0]: Boolean
  19. def metaTextScore(fieldName: String): Bson
    Creates a projection to the given field name of the textScore, for use with text queries.
  20. final def ne(arg0: AnyRef): Boolean
  21. final def notify(): Unit
  22. final def notifyAll(): Unit
  23. def slice(fieldName: String, skip: Int, limit: Int): Bson
    Creates a projection to the given field name of a slice of the array value of that field.
  24. def slice(fieldName: String, limit: Int): Bson
    Creates a projection to the given field name of a slice of the array value of that field.
  25. final def synchronized[T0](arg0: => T0): T0
  26. def toString(): String
  27. final def wait(): Unit
  28. final def wait(arg0: Long, arg1: Int): Unit
  29. final def wait(arg0: Long): Unit

Ungrouped