Awaits and then extracts the value from every Some element.
@pragma('vm:prefer-inline') Future<Iterable<T>> unwrapAll() => then((e) => e.unwrapAll());