Extracts the inner Result from each Sync element.
Iterable<Result<T>> mapToResults() => map((e) => e.value);