Reactive Programming in iOS with Combine

Feb 4 2021 · Swift 5.3, macOS 11.0, Xcode 12.2

Part 3: Combining Operators

14. Introduction

Episode complete

Play next episode

Next
About this episode

Leave a rating/review

See forum comments
Cinema mode Mark complete Download course materials
Previous episode: Part 2 Quiz: Reactive Programming in iOS with Combine Next episode: 15. Prepend

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

In the last part of the course you learned about a large number of operators in combine. Would you believe there are even more? In this part of the course you'll learn about combining operators. Prepending operators take admitted values from one publisher and prepend them to the original publisher. After that you'll learn about appending operators, which instead of prepending values, append values to the original publisher. And you'll wrap things up in this part of the course by learning about some advanced combining operators. By the end of this part of the course you'll be well-acquainted with a wide variety of combining operators in combine. And you'll be prepared to put those operators to work in more advanced ways later on. Let's get started.