java-generator-functions icon indicating copy to clipboard operation
java-generator-functions copied to clipboard

An implementation of a Python-like yield(...) method in Java.

Results 5 java-generator-functions issues
Sort by recently updated
recently updated
newest added

should remove the method implementation from the class

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...