Dart has a [`nonNulls`](https://api.flutter.dev/flutter/dart-collection/NullableIterableExtensions/nonNulls.html) static extension method on the `Iterable`. The `collection` package also [deprecated](https://pub.dev/packages/collection/changelog) `whereNotNull` and asks users to use `nonNulls`. It would be great if the same name could be used on `Stream`s with `rxdart`.