TBD
TBD
There is also a new operator in RxGroovy 1.1 called switchIfEmpty
that, rather than emitting
a backup value if the source Observable terminates without having emitted any items, it emits the
emissions from a backup Observable.
There is also a new operator in RxJava 1.1 called switchIfEmpty
that, rather than emitting a
backup value if the source Observable terminates without having emitted any items, it emits the
emissions from a backup Observable.