We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tuple
https://www.scala-lang.org/api/current/scala/Tuple.html is missing apply and head (for starters, maybe others are missing too?)
apply
head
I don't have a guess about why those methods in particular might be missing
whatever's going on here, it makes me wonder how pervasive the problem is, like how many other methods might be missing elsewhere, too
The text was updated successfully, but these errors were encountered:
cc @Florian3k
Sorry, something went wrong.
They're in NonEmptyTuple: https://www.scala-lang.org/api/current/scala/NonEmptyTuple.html
NonEmptyTuple
We just moved them up to Tuple yesterday: #21291
so the online Scaladoc wouldn't display them yet.
ohhhhh 🤦 😁
No branches or pull requests
https://www.scala-lang.org/api/current/scala/Tuple.html is missing
apply
andhead
(for starters, maybe others are missing too?)I don't have a guess about why those methods in particular might be missing
whatever's going on here, it makes me wonder how pervasive the problem is, like how many other methods might be missing elsewhere, too
The text was updated successfully, but these errors were encountered: