noheltcj / RxCommon

Multiplatform implementation of ReactiveX providing a common way to build one set of business logic for native, iOS, Javascript, Android, JVM, and other platforms.
MIT License
82 stars 3 forks source link

Added OnErrorReturn operator #24

Closed noheltcj closed 5 years ago

noheltcj commented 5 years ago

This is intended for scenarios where we might want to handle a terminable source, but shouldn't continue notifying downstream.