AggregateQuery

molly.core.query.AggregateQuery
final case class AggregateQuery[F[_]]

Attributes

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

Members list

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