if you write your own wrapper type, or use a new n...
# arrow
p
if you write your own wrapper type, or use a new network or threading library or whatever, you don’t have to rewrite your whole app to move from returning
Observable
to returning
Flux
or
Future
or
Promise
. Instead, you write the interface
MonadError
for it and replace wherever the old one used to be