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
比如 List(1,2,2,3).distinct 可以把集合里的重复元素去掉。这样比用Set操作再做类型转换要简单些
The text was updated successfully, but these errors were encountered:
我就觉得最常用的filter,map,foldLeft很好用,很贴心,java真的是伤不起啊
Sorry, something went wrong.
flapMap with for comprehension :)
foreach
slice
No branches or pull requests
比如 List(1,2,2,3).distinct 可以把集合里的重复元素去掉。这样比用Set操作再做类型转换要简单些
The text was updated successfully, but these errors were encountered: