forked from reactor/reactor-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[doc] Polish doc of Iterable operators, clarify iterator() calls
This commit improves the javadoc from reactor#2014: - missed adding the javadoc discard tags to `fromIterable` and `fromStream` - align javadocs of `concatMapIterable` and `flatMapIterable` since they are aliases It also improves the wording and clarifies that `flatMapIterable` and `fromIterable` discard support can lead to multiple `iterator()` calls. Fixes reactor#2127
- Loading branch information
1 parent
48ed884
commit c88fe5b
Showing
1 changed file
with
45 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters