scala - methods missing from scaladoc search -
none of value members of tuple2 class appear when search them.
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
Post a Comment