Operators are a key component of RxSwift and the ReactiveX API. RxSwift defines dozens of operators that create, filter, or transform the values emitted by observables. In this episode, I show you why operators are an integral component of RxSwift and we take a look at a few examples.
Subscribe to Cocoacasts Plus to watch this episode.
Building Reactive Applications With RxSwift
Transforming and Filtering Observables With Operators
by Bart Jacobs in RxSwift
Swift 5
Xcode 11
iOS 13
Building Reactive Applications With RxSwift
-
1 What Is Reactive Programming
07:46
-
2 ReactiveX, RxSwift, and RxCocoa
02:23
-
3 Installing RxSwift and RxCocoa
03:08
-
4 What Is an Observable Sequence
08:37
-
6 Transforming and Filtering Observables With Operators
10:21