(If, on the other hand, you want to append a sequence of items to the end of those normally emitted by an Observable, you want the Concat operator.)
RxGroovy implements this operator as startWith
.
RxJava implements this operator as startWith
.
startWith
is found in the following distributions:
rx.js
rx.all.js
rx.all.compat.js
rx.compat.js
rx.lite.js
rx.lite.compat.js
RxKotlin implements this operator as startWith
.