IterableComputeOnceExtension<V> extension
Utilities to resolve multiple ComputeOnce instances.
- on
-
- Iterable<
ComputeOnce< V> >
- Iterable<
Methods
-
computeAll(
{bool throwError = true, FutureOr< V> onError(Object error, StackTrace stackTrace)?, V? onErrorValue}) → FutureOr<List< V> > -
Available on Iterable<
Resolves all computations and returns their results in iteration order.ComputeOnce< , provided by the IterableComputeOnceExtension extensionV> > -
computeAllAsync(
{bool throwError = true, Future< V> onError(Object error, StackTrace stackTrace)?, V? onErrorValue}) → Future<List< V> > -
Available on Iterable<
Asynchronously resolves all computations and returns their results in iteration order.ComputeOnce< , provided by the IterableComputeOnceExtension extensionV> >