Mongo Scala Driver - org.mongodb.scala.model.Accumulators (original) (raw)
object Accumulators
Ordering
- Alphabetic
- By Inheritance
Inherited
Accumulators
AnyRef
Any
Hide All
Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- def addToSet[TExpression](fieldName: String, expression: TExpression): BsonField
Gets a field name for a$group
operation representing all unique values that results from applying the given expression to each document in a group of documents that share the same group by key. - final def asInstanceOf[T0]: T0
- def avg[TExpression](fieldName: String, expression: TExpression): BsonField
Gets a field name for a$group
operation representing the average of the values of the given expression when applied to all members of the group. - def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- def first[TExpression](fieldName: String, expression: TExpression): BsonField
Gets a field name for a$group
operation representing the value of the given expression when applied to the first member of the group. - final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def last[TExpression](fieldName: String, expression: TExpression): BsonField
Gets a field name for a$group
operation representing the value of the given expression when applied to the last member of the group. - def max[TExpression](fieldName: String, expression: TExpression): BsonField
Gets a field name for a$group
operation representing the maximum of the values of the given expression when applied to all members of the group. - def min[TExpression](fieldName: String, expression: TExpression): BsonField
Gets a field name for a$group
operation representing the minimum of the values of the given expression when applied to all members of the group. - final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def push[TExpression](fieldName: String, expression: TExpression): BsonField
Gets a field name for a$group
operation representing an array of all values that results from applying an expression to each document in a group of documents that share the same group by key. - def stdDevPop[TExpression](fieldName: String, expression: TExpression): BsonField
Gets a field name for a$group
operation representing the sample standard deviation of the values of the given expression when applied to all members of the group. - def stdDevSamp[TExpression](fieldName: String, expression: TExpression): BsonField
Gets a field name for a$group
operation representing the sample standard deviation of the values of the given expression when applied to all members of the group. - def sum[TExpression](fieldName: String, expression: TExpression): BsonField
Gets a field name for a$group
operation representing the sum of the values of the given expression when applied to all members of the group. - final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit