Daniele Segato
06/27/2018, 8:19 AMRaw
is actually an RxJava Single
type, x().y().z()
are a chain of Rx operators converting the Single
into an Observable
and doing other stuff.
xyz()
is actually an empty Observable
.
But this is more of a language question, it has nothing to do with Rx