summaryrefslogtreecommitdiff
path: root/Rx/v2/test/operators/exists.cpp
AgeCommit message (Collapse)Author
2022-09-01Remove RxCpp, which is no longer used.HEADmastermainElliott Hughes
Do not necromance this without going through the go/android-3p process again. Test: treehugger Change-Id: Id813d74d7d2597e0636b925430117c94bea3fa5a
2016-12-16add is_empty operator (#294)Grigoriy Chudnov
* add is_empty operator * fix msvc error
2016-11-25decouple exists and contains from observable (#276)Grigoriy Chudnov
* decouple exists and contains from observable * add missing any_tag specialization
2016-03-29update tests to fix VC2013 issueGrigoriy Chudnov
2016-03-28add exists operatorGrigoriy Chudnov