Reactive Programming on Android with RxJava


Observable.range(int start, int count) and



Download 1,47 Mb.
Pdf ko'rish
bet22/60
Sana20.04.2022
Hajmi1,47 Mb.
#566724
1   ...   18   19   20   21   22   23   24   25   ...   60
Bog'liq
reactiveandroid

Observable.range(int start, int count) and
Observable.rangeLong(long start, long count)
.range()
and
.rangeLong()
will create an
Observable
and
Observable
, respec-
tively. Both will emit a range of values starting from
start
up to, but not including,
start + count
.
Observable.empty()
.empty()
returns no items and immediately invokes an
Observer
’s
.onComplete()
method when
subscribed to. By itself, it is not very useful and it’s commonly used in conjunction with other
operators.
Observable.error(Throwable exception)
.error()
wraps an exception and invokes an
Observer
’s
.onError()
method when subscribed to.
Observable.never()
Creates an
Observable
that never invokes any of an
Observer
’s method when subscribed to. This is
primarily used for testing purposes.
All of the above methods for creating an
Observable
can be replicated by using
.create()
. For
example,
Observable.just()
can be implemented as:
1
public static
<
T
>
Observable
just
(
T item
) {
2
return
Observable
.
create
(
emitter
-> {
3
emitter
.
onNext
(
item
);
4
emitter
.
onComplete
();
5
});
6
}


Chapter 2: RxJava Core Components
23
As you can see,
.create()
is much more powerful and flexible in terms of constructing an
Observable
and even allows you to violate the
Observable
contract (i.e. calling another event after
a terminal event has been invoked). For this reason, it’s much preferred to use any of the above
Observable
convenience creation methods as they are safer and easier to use.
Something to note about the aforementioned methods for creating
Observable
s is that for each
Observer
that subscribes, each one will receive it’s own independent stream from start to finish. In
other words, all the emitted values from the subscribed
Observable
would be repeated.
Observable
s
that behave this way are called
cold
Observable
s.

Download 1,47 Mb.

Do'stlaringiz bilan baham:
1   ...   18   19   20   21   22   23   24   25   ...   60




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish