mapToResults method

Iterable<Result<T>> mapToResults()

Implementation

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