Open
Description
There are a bunch of methods listed as deprecated for List in 2.13. It doesn't appear they're actually deprecated. The method names are in the color green. Is it something to do with deprecations in IterableOnceExtensionMethods?
collectFirst
copyToBuffer
count
exists
filter
find
flatMap
foldLeft
foldRight
forall
foreach
isEmpty
map
[... 31 others]
These are implicit methods for List
but they are not deprecated, and they should be shadowed in Scaladoc. This unnecessarily clutters up the Scaladocs but also dilutes the list of deprecated members. Granted, most people probably learn about their deprecations from interactive compiler warnings and not the api docs.