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
Type
/
to 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 }}
dimitarg
/
functionaljava
Public
forked from
functionaljava/functionaljava
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jul 20, 2016
Merge pull request #291 from jbgi/fix-groupby-perf
Show description for 353507b
jbgi
authored
353507b
View commit details
Copy full SHA for 353507b
Browse repository at this point
Merge pull request #290 from jbgi/deprecate-unsafe-ord
Show description for 03309fe
jbgi
authored
03309fe
View commit details
Copy full SHA for 03309fe
Browse repository at this point
Commits on Jul 18, 2016
Improve performance of List#groupBy via a mutable buffer. Fix #288
jbgi
committed
10b1c79
View commit details
Copy full SHA for 10b1c79
Browse repository at this point
Deprecate unsafe Ord instance and List#groupBy that use them.
jbgi
committed
4e369f5
View commit details
Copy full SHA for 4e369f5
Browse repository at this point
Commits on Jul 3, 2016
Modified language in release notes slightly
mperry
committed
726f024
View commit details
Copy full SHA for 726f024
Browse repository at this point
Added 4.6 release date to release notes
mperry
committed
8069b9e
View commit details
Copy full SHA for 8069b9e
Browse repository at this point
Updated github readme for release 4.6
mperry
committed
a8584ad
View commit details
Copy full SHA for a8584ad
Browse repository at this point
Get ready for 4.7 snapshot
mperry
committed
b1796a9
View commit details
Copy full SHA for b1796a9
Browse repository at this point
Changes to release 4.6
mperry
committed
56597e3
View commit details
Copy full SHA for 56597e3
Browse repository at this point
Added first time contributors
mperry
committed
7228905
View commit details
Copy full SHA for 7228905
Browse repository at this point
Do not use method introduced to Java 7 Integer.compare
mperry
committed
3c5bd85
View commit details
Copy full SHA for 3c5bd85
Browse repository at this point
Commits on Jul 1, 2016
Added doc section to release notes for 4.6
mperry
committed
d4746a4
View commit details
Copy full SHA for d4746a4
Browse repository at this point
Changed 4.6 proposed release date to July 2016
mperry
committed
4f9083d
View commit details
Copy full SHA for 4f9083d
Browse repository at this point
Added deprecated release version for remaining methods
mperry
committed
1efd9cb
View commit details
Copy full SHA for 1efd9cb
Browse repository at this point
Added release note process step to go through Github issues and pull requests
mperry
committed
901f48e
View commit details
Copy full SHA for 901f48e
Browse repository at this point
Added release notes for 4.6, added placeholder for 4.7 release notes
mperry
committed
a85308f
View commit details
Copy full SHA for a85308f
Browse repository at this point
Merge pull request #286 from jbgi/first-class-cata
Show description for d3231b0
mperry
authored
d3231b0
View commit details
Copy full SHA for d3231b0
Browse repository at this point
Use '_' suffix scheme for first class cata of Option and Either
jbgi
committed
9f1cf57
View commit details
Copy full SHA for 9f1cf57
Browse repository at this point
Merge pull request #285 from jbgi/dispatch-either-cata
Show description for 6798ac6
mperry
authored
6798ac6
View commit details
Copy full SHA for 6798ac6
Browse repository at this point
Commits on Jun 22, 2016
Add first class option catamorphism
jbgi
committed
59e35fa
View commit details
Copy full SHA for 59e35fa
Browse repository at this point
Add first class either catamorphism
jbgi
committed
f040341
View commit details
Copy full SHA for f040341
Browse repository at this point
Implement either catamorphism with method dispatch
Show description for 7ee7a49
jbgi
committed
7ee7a49
View commit details
Copy full SHA for 7ee7a49
Browse repository at this point
Merge pull request #283 from jbgi/uncurried-foldLeft
Show description for 6acd800
mperry
authored
6acd800
View commit details
Copy full SHA for 6acd800
Browse repository at this point
Merge pull request #282 from jbgi/remove-javac-workarounds
Show description for d598df1
mperry
authored
d598df1
View commit details
Copy full SHA for d598df1
Browse repository at this point
Commits on Jun 21, 2016
Use uncurried version of foldLeft as default implementation
Show description for 9983ab2
jbgi
committed
9983ab2
View commit details
Copy full SHA for 9983ab2
Browse repository at this point
remove old workaround for javac bugs that have been fixed.
jbgi
committed
17efc98
View commit details
Copy full SHA for 17efc98
Browse repository at this point
Commits on Jun 19, 2016
Merge pull request #272 from gliptak/iocov
Show description for 794f9b9
mperry
authored
794f9b9
View commit details
Copy full SHA for 794f9b9
Browse repository at this point
Merge pull request #279 from mperry/pqueue
Show description for 4a7de0c
jbgi
authored
4a7de0c
View commit details
Copy full SHA for 4a7de0c
Browse repository at this point
Merge pull request #2 from jbgi/pqueue
Show description for 24703d5
mperry
authored
24703d5
View commit details
Copy full SHA for 24703d5
Browse repository at this point
Add PriorityQueue.unqueue and use it to implement some other methods.
Show description for f21c310
jbgi
committed
f21c310
View commit details
Copy full SHA for f21c310
Browse repository at this point
Add uncons to FingerTree
jbgi
committed
3812a83
View commit details
Copy full SHA for 3812a83
Browse repository at this point
Ord: Take better advantage of the curried comparison function.
Show description for 0704e22
jbgi
committed
0704e22
View commit details
Copy full SHA for 0704e22
Browse repository at this point
add an uncurried version of Function.apply for better perf.
jbgi
committed
4351092
View commit details
Copy full SHA for 4351092
Browse repository at this point
avoid andThen indirection in F1 map and contramap
jbgi
committed
d1f24b3
View commit details
Copy full SHA for d1f24b3
Browse repository at this point
Added F1Functions#dimap (profunctor pattern)
jbgi
committed
d2bd8cb
View commit details
Copy full SHA for d2bd8cb
Browse repository at this point
Previous
Next
You can’t perform that action at this time.