Reactive Extensions (Rx) provides the aliases Map, FlatMap, and Filter
$ dotnet add package System.Reactive.Observable.AliasesRx uses the standard LINQ names for its operators. This package enables applications that wish to to use certain names common in other programming systems. Specifically:
Map (Select)FlatMap (SelectMany)Filter (Where)