Java List interface has a forEach method that collides with Javascripts forEach. Graal is unable to resolve between the two and throws an error. Instead we implement Javascripts forEach() method as the method each().
Same as Javascripts forEach method.
Java List interface has a forEach method that collides with Javascripts forEach. Graal is unable to resolve between the two and throws an error. Instead we implement Javascripts forEach() method as the method each().