Extracts the value from every Ok element in the iterable.
Iterable<T> unwrapAll() => map((e) => e.value);