Mar 14, 2021
You can do that, and I have, when I don’t care about the rhs of the expression. But what about?
.subscribe(onNext: { owner?.value = owner?.value + $0 })
Or…
.flatMap { owner?.anotherNetworkRequest($0) }
Neither will work w/o unwrapping owner.