Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mherrmann
/
java-generator-functions
Public
Notifications
You must be signed in to change notification settings
Fork
17
Star
93
Code
Issues
3
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Take advantage of Java 8 language features
- #5
#5
Open
bmccutchon
wants to merge 21 commits into
mherrmann:master
mherrmann/java-generator-functions:master
from
bmccutchon:master
bmccutchon/java-generator-functions:master
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
Take advantage of Java 8 language features
#5
bmccutchon
wants to merge 21 commits into
mherrmann:master
mherrmann/java-generator-functions:master
from
bmccutchon:master
bmccutchon/java-generator-functions:master
Copy head branch name to clipboard
Commits
Commits on May 11, 2016
Upgrade to Java 8
Show description for 7209d4b
bmccutchon
committed
7209d4b
View commit details
Copy full SHA for 7209d4b
Browse repository at this point
Make Generator<T> implement Supplier<T>
Show description for d5cae76
bmccutchon
committed
d5cae76
View commit details
Copy full SHA for d5cae76
Browse repository at this point
Make Generator a functional interface
Show description for e0d7ef7
bmccutchon
committed
e0d7ef7
View commit details
Copy full SHA for e0d7ef7
Browse repository at this point
Commits on May 12, 2016
Make it possible to iterate many times over a generator
Show description for b6437da
bmccutchon
committed
b6437da
View commit details
Copy full SHA for b6437da
Browse repository at this point
Add the ability to reset some generators
Show description for ced3eaa
bmccutchon
committed
ced3eaa
View commit details
Copy full SHA for ced3eaa
Browse repository at this point
Add test/usage example
bmccutchon
committed
d82b1ac
View commit details
Copy full SHA for d82b1ac
Browse repository at this point
Update README.md to reflect new features
bmccutchon
committed
66fd3ad
View commit details
Copy full SHA for 66fd3ad
Browse repository at this point
Improve README formatting
McBrainy
committed
c4e062a
View commit details
Copy full SHA for c4e062a
Browse repository at this point
Commits on May 15, 2016
Remove GeneratorState
Show description for 753cce4
bmccutchon
committed
753cce4
View commit details
Copy full SHA for 753cce4
Browse repository at this point
Allow use in parallel streams; add tests/examples
Show description for c64c4b2
bmccutchon
committed
c64c4b2
View commit details
Copy full SHA for c64c4b2
Browse repository at this point
Update README with new Stream info
bmccutchon
committed
616fe5b
View commit details
Copy full SHA for 616fe5b
Browse repository at this point
Fix grammar, add link to examples in README
McBrainy
committed
7398070
View commit details
Copy full SHA for 7398070
Browse repository at this point
Commits on May 17, 2016
Split Generator into two classes
Show description for 66ffbf3
bmccutchon
committed
66ffbf3
View commit details
Copy full SHA for 66ffbf3
Browse repository at this point
Update README to reflect Generator[Func] split
McBrainy
committed
d315160
View commit details
Copy full SHA for d315160
Browse repository at this point
Fix minor formatting issue
Show description for 4a0246b
McBrainy
committed
4a0246b
View commit details
Copy full SHA for 4a0246b
Browse repository at this point
Add reset method back
Show description for 7cb37de
bmccutchon
committed
7cb37de
View commit details
Copy full SHA for 7cb37de
Browse repository at this point
Add info on reset() method and Java < 1.8.0
McBrainy
committed
e833fd9
View commit details
Copy full SHA for e833fd9
Browse repository at this point
Commits on May 18, 2016
Make Generator class reusable
bmccutchon
committed
ec551bc
View commit details
Copy full SHA for ec551bc
Browse repository at this point
Add reusability info to README
bmccutchon
committed
478ec66
View commit details
Copy full SHA for 478ec66
Browse repository at this point
Commits on Jun 26, 2016
Add stream() method (syntactic sugar)
bmccutchon
committed
0c5bfb1
View commit details
Copy full SHA for 0c5bfb1
Browse repository at this point
Add example of using GeneratorFunc.stream()
bmccutchon
committed
7721911
View commit details
Copy full SHA for 7721911
Browse repository at this point
You can’t perform that action at this time.