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