Mongo Scala Driver - org.mongodb.scala.model.Projections (original) (raw)
object Projections
Ordering
- Alphabetic
- By Inheritance
Inherited
Projections
AnyRef
Any
Hide All
Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def computed[TExpression](fieldName: String, expression: TExpression): Bson
Creates a projection of a field whose value is computed from the given expression. - 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. - 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. - final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def exclude(fieldNames: String*): Bson
Creates a projection that excludes all of the given fields. - def excludeId(): Bson
Creates a projection that excludes the _id field. - def fields(projections: Bson*): Bson
Creates a projection that combines the list of projections into a single one. - def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def include(fieldNames: String*): Bson
Creates a projection that includes all of the given fields. - final def isInstanceOf[T0]: Boolean
- def metaTextScore(fieldName: String): Bson
Creates a projection to the given field name of the textScore, for use with text queries. - final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- 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. - 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. - final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit