CollectionCount<T> class abstract

Methods used to retrieve primitive values from a collection

Implementers

Constructors

CollectionCount()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

countAll() Future<T>
Gets the amount of all documents within the collection.
countWhere(List<Clause> clauses) Future<T>
Gets the amount of documents filtered by the provided clauses.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
streamCountAll() Stream<T>
Gets the amount of all documents from the collection
streamCountWhere(List<Clause> clauses) Stream<T>
Gets the amount of documents from the collection, filtered by the provided clauses
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited