molly-core
molly-core
API
molly.core
query
AggregateQuery
FindQuery
SyncWatchQuery
WatchQuery
WatchQuery
syntax
all
bson
BsonArray
BsonBinary
BsonBoolean
BsonDateTime
BsonDecimal128
BsonDouble
BsonInt32
BsonInt64
BsonNull
BsonObjectId
BsonRegularExpression
BsonString
BsonTimestamp
BsonUndefined
bson
bsondocument
BsonDocument
bsondocument
filters
filters
model
BulkWriteOptions
CountOptions
CreateIndexOptions
DeleteManyModel
DeleteOneModel
DeleteOptions
FindOneAndReplaceOptions
FindOneAndUpdateOptions
IndexModel
IndexOptions
InsertOneModel
ReplaceOneModel
ReplaceOptions
UpdateManyModel
UpdateOneModel
UpdateOptions
model
MollyClient
MollyClient
MollyCodec
MollyCodec
MollyCollection
MollyDatabase
MollyException
MollySyncClient
MollySyncClient
MollySyncCollection
MollySyncDatabase
reactivestreams
molly-core
/
molly.core
/
molly.core.query
/
AggregateQuery
AggregateQuery
molly.core.query.AggregateQuery
final case
class
AggregateQuery
[
F
[
_
]]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Show all
Members list
Clear all
Value members
Concrete methods
def
first
(
):
F
[
Option
[
BsonDocument
]]
def
list
(
bufferSize
:
Int
):
F
[
List
[
BsonDocument
]]
def
stream
(
bufferSize
:
Int
):
Stream
[
F
,
BsonDocument
]
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
In this article
Attributes
Members list
Value members
Concrete methods
Inherited methods