Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.x: Update Filtering Observables docs #6343

Merged
merged 2 commits into from Dec 19, 2018

Conversation

lorenzpahl
Copy link
Contributor

This PR updates the Filtering-Observables.md wiki page as per issue #6132:

  • Update operator list
  • Revised descriptions
  • Add examples

The page now follows the structure that was defined in #6131.

@codecov
Copy link

codecov bot commented Dec 14, 2018

Codecov Report

Merging #6343 into 2.x will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #6343      +/-   ##
============================================
- Coverage     98.27%   98.25%   -0.02%     
+ Complexity     6285     6284       -1     
============================================
  Files           672      672              
  Lines         44992    44992              
  Branches       6223     6223              
============================================
- Hits          44218    44209       -9     
- Misses          244      245       +1     
- Partials        530      538       +8
Impacted Files Coverage Δ Complexity Δ
...reactivex/internal/operators/single/SingleAmb.java 96.36% <0%> (-3.64%) 9% <0%> (-1%)
...tivex/internal/schedulers/TrampolineScheduler.java 96.1% <0%> (-2.6%) 6% <0%> (ø)
...ex/internal/subscriptions/SubscriptionArbiter.java 97.47% <0%> (-2.53%) 50% <0%> (-1%)
...ava/io/reactivex/processors/BehaviorProcessor.java 96.86% <0%> (-2.25%) 60% <0%> (ø)
...nternal/operators/observable/ObservableWindow.java 98% <0%> (-2%) 3% <0%> (ø)
...rnal/operators/observable/ObservableSwitchMap.java 94.68% <0%> (-1.6%) 3% <0%> (ø)
.../operators/observable/ObservableFlatMapSingle.java 88.8% <0%> (-1.5%) 2% <0%> (ø)
...ernal/operators/flowable/FlowableFlatMapMaybe.java 92.75% <0%> (-1.45%) 2% <0%> (ø)
...x/internal/operators/flowable/FlowablePublish.java 97.02% <0%> (-1.28%) 11% <0%> (+1%)
.../io/reactivex/internal/schedulers/IoScheduler.java 89.36% <0%> (-1.07%) 9% <0%> (ø)
... and 22 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc40695...a76b9fa. Read the comment docs.

@akarnokd akarnokd merged commit 1e4e966 into ReactiveX:2.x Dec 19, 2018
@lorenzpahl lorenzpahl deleted the docs/filtering-observables branch January 2, 2019 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants