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
Breadcrumbs
History for
functionaljava
core
src
on
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
View code at this point
Browse repository at this point
Commits on Nov 6, 2016
Do not deprecate monoid/ord/semigroup constructors for non java 8 users.
jbgi
committed
05275db
View commit details
Copy full SHA for 05275db
View code at this point
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
View code at this point
Browse repository at this point
rename Ord/Equal.AltDef
jbgi
committed
732a151
View commit details
Copy full SHA for 732a151
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Fix wrong override in P.p(A)
jbgi
committed
e723d71
View commit details
Copy full SHA for e723d71
View code at this point
Browse repository at this point
Use weakMemo() explicitly.
jbgi
committed
9394d84
View commit details
Copy full SHA for 9394d84
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Avoid unecessary currying in uncurried version of foldRight.
jbgi
committed
2798b2c
View commit details
Copy full SHA for 2798b2c
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jul 3, 2016
Do not use method introduced to Java 7 Integer.compare
mperry
committed
3c5bd85
View commit details
Copy full SHA for 3c5bd85
View code at this point
Browse repository at this point
Commits on Jul 1, 2016
Merge pull request #286 from jbgi/first-class-cata
Show description for d3231b0
mperry
authored
d3231b0
View commit details
Copy full SHA for d3231b0
View code at this point
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
View code at this point
Browse repository at this point
Use '_' suffix scheme for first class cata of Option and Either
jbgi
committed
18690a2
View commit details
Copy full SHA for 18690a2
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Add first class either catamorphism
jbgi
committed
f040341
View commit details
Copy full SHA for f040341
View code at this point
Browse repository at this point
Initial refactoring of Ord to use Definition interface
jbgi
committed
1c94e08
View commit details
Copy full SHA for 1c94e08
View code at this point
Browse repository at this point
Definition interfaces should be public
jbgi
committed
2aa3878
View commit details
Copy full SHA for 2aa3878
View code at this point
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
View code at this point
Browse repository at this point
Finish migrating Equal to use optimizable definition
jbgi
committed
6945c78
View commit details
Copy full SHA for 6945c78
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jun 21, 2016
Initial implementation of optimizable definitions for Equal
jbgi
committed
25d10ea
View commit details
Copy full SHA for 25d10ea
View code at this point
Browse repository at this point
Add first class option catamorphism
jbgi
committed
7c2605e
View commit details
Copy full SHA for 7c2605e
View code at this point
Browse repository at this point
Add first class either catamorphism
jbgi
committed
cab3299
View commit details
Copy full SHA for cab3299
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.