Stage

dappermongo.aggregate.Stage
See theStage companion object
sealed trait Stage extends Product, Serializable

A stage in the aggregation pipeline. Most stages can be combined with other stages in any order, but some stages will be required to be the first stage in a pipeline.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class AddFields[T]
class Bucket
class BucketAuto
class Facet
class Group[T, U]
class Limit
class Match[T]
class Project[T]
class Search
class Skip
class Sort[T]
class SortByCount[B]
class Unwind
Show all
Self type

Members list

Value members

Concrete methods

def >>>[T <: Stage](that: T)(implicit ev: CanFollow[T]): Pipeline

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product