SortByCount

dappermongo.aggregate.Stage.SortByCount
See theSortByCount companion object
final case class SortByCount[B](path: B, writer: BSONWriter[B]) extends Stage

Attributes

Companion
object
Graph
Supertypes
trait Stage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toDocument: Try[BSONDocument]

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
Stage
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product