I'm a former maintainer of RxJava so my answer might have a Java tint to it. I would describe Observable as representing an uninitiated computation. More analogous to function reference than an Object with state. If you…
I'm a former maintainer of RxJava so my answer might have a Java tint to it. I would describe Observable as representing an uninitiated computation. More analogous to function reference than an Object with state. If you…