Closed benwicks closed 3 years ago
This will currently not work, see https://issuetracker.google.com/issues/145290053. Maybe if the use of spliterator mentioned in https://issuetracker.google.com/issues/145290053#comment4 is rewritten to a simple loop it could work. Depends on other use of Java 8 library methods.
Hey @benwicks thanks for the PR! I made a change similar to this and confirmed it worked in #55. Please let me know if I missed something. Thanks!
This will currently not work, see https://issuetracker.google.com/issues/145290053. Maybe if the use of spliterator mentioned in https://issuetracker.google.com/issues/145290053#comment4 is rewritten to a simple loop it could work. Depends on other use of Java 8 library methods.