-
Enhancement
-
Resolution: Fixed
-
P4
-
16, 17
-
b17
In JDK-8238286, new `@see` entries to #mapMulti are added, but they are displayed simply by their method names without the parameter types, which is inconsistent with existent links to #flatMap, both of which have no overloads. It would be nice if we display links to all of them without parameter types, as seen in modern examples like the specification for SequencedCollection, with `@see #mapMulti mapMulti` and `@see #flatMap flatMap`.
- relates to
-
JDK-8238286 Add new flatMap stream operation that is more amenable to pushing
- Resolved