StartWith
emit a specified sequence of items before beginning to emit the items from the source Observable
(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.)
See Also
Language-Specific Information
RxClojure cons
RxCpp start_with
RxGroovy startWith
RxGroovy implements this operator as startWith
.
RxJava 1․x startWith
RxJava implements this operator as startWith
.
RxJS 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 startWith
RxKotlin implements this operator as startWith
.
RxNet StartWith
RxPHP startWith startWithArray
RxPY start_with
Rxrb start_with
RxScala +: