ParallelMapWaitError<K, V> class
An error thrown when FutureMap.wait fails.
Similar to ParallelWaitError but with the shape of a Map.
Unlike ParallelWaitError, values will not store null
for values
that failed, and errors will not store null
for values that succeeded.
Instead, those entries simply will not exist in the returned Maps.
Constructors
-
ParallelMapWaitError(Map<
K, V> values, Map<K, AsyncError> errors) - Constructor.
Properties
-
errors
→ Map<
K, AsyncError> -
A Map of keys to errors from failed Futures.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
The stack trace at the point where this error was first thrown.
no setterinherited
-
values
→ Map<
K, V> -
A Map of keys to successfully completed values.
final
Methods
-
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