java-generator-functions
java-generator-functions copied to clipboard
An implementation of a Python-like yield(...) method in Java.
should remove the method implementation from the class
Need to rename method
The existing url returns a bad gateway error. Is there an alternative source for the package?
This pull request adds three new classes for a lambda implementation of `Generator`.
I just took the time to enhance the project with Java 8 language features. The Generator syntax is more concise now, and it can be used to create Java 8...