Packages

p

dappermongo

aggregate

package aggregate

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class CanFollow[T <: Stage] extends AnyRef
  2. trait CanFollowLowPriorityImplicits extends AnyRef
  3. class CannotFollow[T <: Stage] extends AnyRef

    Defined for types which cannot follow any other stage in a pipeline.

    Defined for types which cannot follow any other stage in a pipeline. By default all stages may come in any position in the pipeline.

  4. case class Pipeline(stages: NonEmptyChunk[Stage]) extends Product with Serializable
  5. sealed trait Stage extends Product with Serializable

    A stage in the aggregation pipeline.

    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.

Value Members

  1. object CanFollow extends CanFollowLowPriorityImplicits
  2. object Stage extends Serializable

Ungrouped