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

Clarify the documentation for scan operators #7093

Merged
merged 2 commits into from
Oct 6, 2020
Merged

Clarify the documentation for scan operators #7093

merged 2 commits into from
Oct 6, 2020

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Oct 6, 2020

Improves the wording the scan operators.

@akarnokd akarnokd added this to the 3.1 milestone Oct 6, 2020
@akarnokd
Copy link
Member Author

akarnokd commented Oct 6, 2020

/cc @DavidDTA

* emitting the result of each of these iterations.
* Returns a {@code Flowable} that emits the first value emitted by the current {@code Flowable}, then emits one value
* for each subsequent value emitted by the current {@code Flowable}. Each emission after the first is the result of
* applying the specified accumulator function to the previous emission and the corresponding value from the current @{code Flowable}.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@{code

should be

{@code

here and all the other change locations

@codecov
Copy link

codecov bot commented Oct 6, 2020

Codecov Report

❗ No coverage uploaded for pull request base (3.x@35702ec). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##             3.x    #7093   +/-   ##
======================================
  Coverage       ?   99.54%           
  Complexity     ?     6671           
======================================
  Files          ?      742           
  Lines          ?    47275           
  Branches       ?     6374           
======================================
  Hits           ?    47061           
  Misses         ?       96           
  Partials       ?      118           
Impacted Files Coverage Δ Complexity Δ
.../main/java/io/reactivex/rxjava3/core/Flowable.java 100.00% <ø> (ø) 595.00 <0.00> (?)
...ain/java/io/reactivex/rxjava3/core/Observable.java 100.00% <ø> (ø) 565.00 <0.00> (?)

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 35702ec...b063053. Read the comment docs.

@akarnokd akarnokd merged commit 82a218a into ReactiveX:3.x Oct 6, 2020
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