Projection

object Projection
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def combinedWith(anotherProjection: Projection): Projection
def computed[T](fieldName: String, expression: T): Projection
def elemMatch(fieldName: String): Projection
def elemMatch(fieldName: String, filter: Filter): Projection
def exclude(fieldName: String): Projection
def exclude(fieldNames: Seq[String]): Projection
def include(fieldName: String): Projection
def include(fieldNames: Seq[String]): Projection
def meta(fieldName: String, metaFieldName: String): Projection
def metaTextScore(fieldName: String): Projection
def slice(fieldName: String, limit: Int): Projection
def slice(fieldName: String, skip: Int, limit: Int): Projection