Filter, Transform, and Simplify

When an Observable sequence emits a next event, you will typically want to work with that element, such as transforming it in some way or the other. For example, consider that the element is a date instance, and you want to format it as a String representation before displaying it in a UILabel. In this chapter, we will start with operators that will enable you to perform tasks similar to the one mentioned in the example that we covered in the previous chapter. In this chapter, you will learn the following: