When it comes to manipulating a stream in a rxjs Observable
, the Filter and Map functions both appear to serve similar purposes. Through experimentation and examples, they seem to have the same functionality.
What distinguishes these two functions from each other, and when would be the most appropriate time to use one over the other?