Given a `Flowable` that emits values and multiple ...
# rx
t
Given a
Flowable
that emits values and multiple errors (for example, after merging back the stream with
flatMapSingle
), how can I prevent errors from terminating the
Flowable
, so that I can print errors along values ?