Group

io.github.zeal18.zio.mongodb.driver.aggregates.Aggregation$.Group
final case class Group[Id](id: Id, fieldAccumulators: Seq[Accumulator], codec: Codec[Id]) extends Aggregation

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Bson
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toBsonDocument[TDocument <: Object](documentClass: Class[TDocument], codecRegistry: CodecRegistry): BsonDocument

Attributes

Definition Classes
Aggregation -> Bson
Inherited from:
Aggregation
def toBsonDocument(): BsonDocument

Attributes

Inherited from:
Bson