I would guess this is intentional; Tuple2 inherits _2 from Product2 (which does show up in the search results), so perhaps the designers of the search interface thought it would be overly redundant for the search output to include a separate result for every subtype.
You can click on Product2 and then "Known Subclasses" to find out that Tuple2 inherits this method.
I would guess this is intentional;
Tuple2
inherits_2
fromProduct2
(which does show up in the search results), so perhaps the designers of the search interface thought it would be overly redundant for the search output to include a separate result for every subtype.You can click on
Product2
and then "Known Subclasses" to find out thatTuple2
inherits this method.