Awaits and then extracts the value from every Ok element.
Future<Iterable<T>> unwrapAll() => then((e) => e.unwrapAll());