Skip to content
New issue

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

Add JDK 8 higher-order methods in the JDK collections classes. #3731

Open
heraklos opened this issue Jul 29, 2019 · 1 comment
Open

Add JDK 8 higher-order methods in the JDK collections classes. #3731

heraklos opened this issue Jul 29, 2019 · 1 comment

Comments

@heraklos
Copy link

@heraklos heraklos commented Jul 29, 2019

When working on a cross project, there might be places where we want to implement something with forEach function of java.util.HashMap in shared folder for better performance.

@sjrd sjrd changed the title Add forEach method for java.util.HashMap Add JDK 8 higher-order methods in the JDK collections classes. Jul 30, 2019
@sjrd
Copy link
Member

@sjrd sjrd commented Jul 30, 2019

I have generalized the title to all higher-order methods of all the JDK collections.

derrickoswald added a commit to derrickoswald/scala-js that referenced this issue Feb 26, 2020
…Each to Iterable

- adds the forEach method, but not the spliterator method
- added IterableTest and shoe-horned it under CollectionTest in the test class heirarchy
@gzm0 gzm0 linked a pull request that will close this issue Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

2 participants
You can’t perform that action at this time.