scala - methods missing from scaladoc search -


none of value members of tuple2 class appear when search them.

examples: _2, invert, swap

are classes intentionally left out when doing scaladoc search? browser playing tricks on me?

i guess intentional; tuple2 inherits _2 product2 (which show in search results), perhaps designers of search interface thought overly redundant search output include separate result every subtype.

you can click on product2 , "known subclasses" find out tuple2 inherits method.


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -