Contains
determine whether an Observable emits a particular item or not
A related operator, IsEmpty returns an Observable that emits true
if and only if the source Observable completes without emitting any items. It emits false
if the source Observable emits an item.
See Also
Language-Specific Information
RxGroovy contains exists isEmpty
RxJava 1․x contains exists isEmpty
RxJava 2․x any contains isEmpty
RxJS contains findIndex indexOf isEmpty
RxPHP isEmpty
© ReactiveX contributors
Licensed under the Apache License 2.0.
http://reactivex.io/documentation/operators/contains.html