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 }}
lovejavaee
/
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 Jan 23, 2017
Add NEL.minimum/maximum and safe versions of minimum/maximum for List
Show description for 6ac5f95
shimib
authored and
jbgi
committed
6ac5f95
View commit details
Copy full SHA for 6ac5f95
Browse repository at this point
Commits on Dec 16, 2016
Change coverage executionData on root project to use wildcard path (#310)
Show description for e95182a
jbgi
authored
e95182a
View commit details
Copy full SHA for e95182a
Browse repository at this point
Commits on Dec 15, 2016
Merge pull request #308 from gliptak/coverio1
Show description for c75318c
jbgi
authored
c75318c
View commit details
Copy full SHA for c75318c
Browse repository at this point
Commits on Dec 7, 2016
Switch coverage to cover.io
gliptak
committed
bb16633
View commit details
Copy full SHA for bb16633
Browse repository at this point
Merge pull request #306 from gliptak/coveralls1
Show description for 3eff5dd
jbgi
authored
3eff5dd
View commit details
Copy full SHA for 3eff5dd
Browse repository at this point
Upgrade Gradle to 2.14.1
gliptak
committed
b897b74
View commit details
Copy full SHA for b897b74
Browse repository at this point
Commits on Nov 6, 2016
Merge pull request #284 from jbgi/optimizable-typeclasses
Show description for dea93c2
jbgi
authored
dea93c2
View commit details
Copy full SHA for dea93c2
Browse repository at this point
Fix BitSet.range property checking.
jbgi
committed
f583adb
View commit details
Copy full SHA for f583adb
Browse repository at this point
retrolambda: enable backport of default methods.
jbgi
committed
3d57ed7
View commit details
Copy full SHA for 3d57ed7
Browse repository at this point
Do not deprecate monoid/ord/semigroup constructors for non java 8 users.
jbgi
committed
05275db
View commit details
Copy full SHA for 05275db
Browse repository at this point
List.minimum/maximum: use uncurried Ord.max/min for better perf.
jbgi
committed
5f73cac
View commit details
Copy full SHA for 5f73cac
Browse repository at this point
rename Ord/Equal.AltDef
jbgi
committed
732a151
View commit details
Copy full SHA for 732a151
Browse repository at this point
Merge branch 'master' of https://github.com/functionaljava/functionaljava into optimizable-typeclasses
jbgi
committed
df05355
View commit details
Copy full SHA for df05355
Browse repository at this point
Add a Hash Array Mapped Trie
Show description for 0e3187f
jbgi
authored
0e3187f
View commit details
Copy full SHA for 0e3187f
Browse repository at this point
Commits on Oct 23, 2016
P1.*memo: avoid uncessary wrapping of F0 value into a P1.lazy when possible. Expose static factories in P for this.
Show description for f56fa23
jbgi
committed
f56fa23
View commit details
Copy full SHA for f56fa23
Browse repository at this point
Fix wrong override in P.p(A)
jbgi
committed
e723d71
View commit details
Copy full SHA for e723d71
Browse repository at this point
Use weakMemo() explicitly.
jbgi
committed
9394d84
View commit details
Copy full SHA for 9394d84
Browse repository at this point
Make _1() method of memoized P1s smaller
Show description for ac116df
jbgi
committed
ac116df
View commit details
Copy full SHA for ac116df
Browse repository at this point
Convert to property based tests to use runner. add test for hardMemo
Show description for 3ceef52
jbgi
committed
3ceef52
View commit details
Copy full SHA for 3ceef52
Browse repository at this point
Fix #287: Add semigroup constraint to List.traverseValidation
Show description for 9c28f6f
jbgi
committed
9c28f6f
View commit details
Copy full SHA for 9c28f6f
Browse repository at this point
Java8 converter: Do not silently convert Option.some(null) to Optional.absent()
Show description for a8f9db4
jbgi
committed
a8f9db4
View commit details
Copy full SHA for a8f9db4
Browse repository at this point
use more method references. make Stream conversions respect laziness. optimize collectors.
jbgi
committed
1970c3e
View commit details
Copy full SHA for 1970c3e
Browse repository at this point
Commits on Oct 22, 2016
Monoid/Semigroup: implement optimizable/optimized definitions.
Show description for 7aa9e3b
jbgi
committed
7aa9e3b
View commit details
Copy full SHA for 7aa9e3b
Browse repository at this point
Stream: Avoid unecessary currying in uncurried version of foldRight.
jbgi
committed
87d9b30
View commit details
Copy full SHA for 87d9b30
Browse repository at this point
NonEmtyList. Add uncurried version of foldRight/foldLeft + append(List).
jbgi
committed
bd665e1
View commit details
Copy full SHA for bd665e1
Browse repository at this point
Avoid unecessary currying in uncurried version of foldRight.
jbgi
committed
2798b2c
View commit details
Copy full SHA for 2798b2c
Browse repository at this point
Commits on Oct 18, 2016
Merge branch 'master' of https://github.com/functionaljava/functionaljava into optimizable-typeclasses
Show description for 52a49fd
jbgi
committed
52a49fd
View commit details
Copy full SHA for 52a49fd
Browse repository at this point
Commits on Sep 15, 2016
Add tests for Strings (#295)
gliptak
authored and
jbgi
committed
e6abe86
View commit details
Copy full SHA for e6abe86
Browse repository at this point
Commits on Jul 22, 2016
Fix #293 regression. isGreaterThan(A)/isLesserThan(A) were not using strict inequality
jbgi
authored
49c6f8d
View commit details
Copy full SHA for 49c6f8d
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.