AsyncResultSet class abstract Query

A ResultSet which can be iterated asynchronously.

Inheritance

Constructors

AsyncResultSet()

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

allResults() Future<List<Result>>
Consumes this result set and returns a list of all its Results.
override
allTypedResults<D extends TypedDictionaryObject<Object>>() Future<List<D>>
Consumes this result set and returns a list of all its results as typed dictionaries of type D.
override
asStream() Stream<Result>
Returns a stream which consumes this result set and emits its results.
inherited
asTypedStream<D extends TypedDictionaryObject<Object>>() Stream<D>
Returns a stream which consumes this result set and emits its results as typed dictionaries of type D.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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