MapComputeIDsExtension<D extends Object, V> extension
Utilities to resolve all TimedComputeOnce values in a map keyed by ComputeIDs.
- on
-
- Map<
ComputeIDs< D> , TimedComputeOnce<V> >
- Map<
Methods
-
computeAll(
{bool throwError = true, FutureOr< V> onError(Object error, StackTrace stackTrace)?, V? onErrorValue}) → FutureOr<Map< ComputeIDs< >D> , V> -
Available on Map<
Resolves all computations and returns a map with the same keys.ComputeIDs< , provided by the MapComputeIDsExtension extensionD> , TimedComputeOnce<V> > -
computeAllAsync(
{bool throwError = true, Future< V> onError(Object error, StackTrace stackTrace)?, V? onErrorValue}) → Future<Map< ComputeIDs< >D> , V> -
Available on Map<
Asynchronously resolves all computations and returns a map with the same keys.ComputeIDs< , provided by the MapComputeIDsExtension extensionD> , TimedComputeOnce<V> >