AccumulatorStream<E, D> class

This is a stream that accepts a list of futures and accumulates all their results. When all the futures have completed, the accumulated results are emitted as a single event (the list of results) and then a done event is emitted.

Constructors

AccumulatorStream(Iterable<Future<D>> futures, ConversionCallback<E, D> _convert)

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

getStream() Stream<List<E>>
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