Introduction
Operators change data as it flows through streams to make it easier to use or understand.
You want to change the format of data coming from a server before showing it.
You need to filter out unwanted data from a stream.
You want to combine multiple streams into one.
You want to delay or repeat data events.
You want to handle errors in a data stream smoothly.