mapToResults method

Iterable<Future<Result<T>>> mapToResults()

Implementation

Iterable<Future<Result<T>>> mapToResults() {
  return whereAsync().map((e) => e.value);
}