I already asked the question in <#C0922A726|genera...
# getting-started
d
I already asked the question in #general yesterday, but I simplified it now and I think this is more suited channel...
Raw
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