Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd JDK 8 higher-order methods in the JDK collections classes. #3731
Comments
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When working on a cross project, there might be places where we want to implement something with
forEach
function ofjava.util.HashMap
inshared
folder for better performance.