dappermongo.aggregate
package dappermongo.aggregate
Members list
Packages
package dappermongo.aggregate.search
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object CanFollow extends CanFollowLowPriorityImplicits
Attributes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object CanFollow.type
Defined for types which cannot follow any other stage in a pipeline. By default all stages may come in any position in the 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.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
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.
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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
- Self type
In this article