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`.
Dart has a
nonNullsstatic extension method on theIterable.The
collectionpackage also deprecatedwhereNotNulland asks users to usenonNulls.It would be great if the same name could be used on
Streams withrxdart.