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
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 }}
functionaljava
/
functionaljava
Public
Notifications
You must be signed in to change notification settings
Fork
249
Star
1.6k
Code
Issues
28
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
series/4.x
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 9, 2022
Set the default to signing disabled as per the 5.x branch
mperry
committed
20f6248
View commit details
Copy full SHA for 20f6248
Browse repository at this point
Commits on Mar 13, 2021
Prep for 4.9 release
mperry
committed
c7dbd3f
View commit details
Copy full SHA for c7dbd3f
Browse repository at this point
Commits on Mar 12, 2021
Created 4.9 release notes
mperry
committed
c18ab08
View commit details
Copy full SHA for c18ab08
Browse repository at this point
Prepare for 4.9 release
mperry
committed
9da757d
View commit details
Copy full SHA for 9da757d
Browse repository at this point
Removed obsolete change log file and directed from the readme to the release notes dir
mperry
committed
e9aa23a
View commit details
Copy full SHA for e9aa23a
Browse repository at this point
Update release notes for 4.8, 4.8.1 and release notes
mperry
committed
8bf7192
View commit details
Copy full SHA for 8bf7192
Browse repository at this point
Commits on Feb 13, 2021
Fixed code to not use Java 8 features
mperry
committed
254e3f5
View commit details
Copy full SHA for 254e3f5
Browse repository at this point
Commits on Oct 30, 2020
Merge pull request #425 from drewctaylor/functionaljava-424
Show description for c07a58b
tonymorris
authored
c07a58b
View commit details
Copy full SHA for c07a58b
Browse repository at this point
Commits on Oct 26, 2020
Fixes #424. Add fj.data.Stream.sequence*, fj.data.Stream.traverse* functions.
drewctaylor
committed
c427a08
View commit details
Copy full SHA for c427a08
Browse repository at this point
Commits on Aug 6, 2020
Merge pull request #418 from drewctaylor/functionaljava-417
Show description for f0bbae5
tonymorris
authored
f0bbae5
View commit details
Copy full SHA for f0bbae5
Browse repository at this point
Fixes #417. Add fj.data.State.bind(F<A, State<S, B>>).
drewctaylorgtri
committed
849dc39
View commit details
Copy full SHA for 849dc39
Browse repository at this point
Commits on Aug 2, 2020
Merge pull request #415 from drewctaylor/functionaljava-414
Show description for 1fa07b4
tonymorris
authored
1fa07b4
View commit details
Copy full SHA for 1fa07b4
Browse repository at this point
Commits on Jul 29, 2020
Fixes #414. Add fj.data.Either.leftMap, rightMap.
Show description for 3bce5e0
drewctaylorgtri
committed
3bce5e0
View commit details
Copy full SHA for 3bce5e0
Browse repository at this point
Commits on Jul 27, 2020
Merge pull request #413 from drewctaylor/functionaljava-412
Show description for d83e6fe
tonymorris
authored
d83e6fe
View commit details
Copy full SHA for d83e6fe
Browse repository at this point
Fixes #412. Add fj.data.Seq.sequence*, fj.data.Seq.traverse* functions.
drewctaylorgtri
committed
2477906
View commit details
Copy full SHA for 2477906
Browse repository at this point
Merge pull request #411 from drewctaylor/functionaljava-408
Show description for 0425c2f
tonymorris
authored
0425c2f
View commit details
Copy full SHA for 0425c2f
Browse repository at this point
Commits on Jul 26, 2020
Fixes #408. Add fj.data.List.sequence* function, fj.data.List.traverse* functions.
drewctaylorgtri
committed
671b9d2
View commit details
Copy full SHA for 671b9d2
Browse repository at this point
Merge pull request #410 from drewctaylor/functionaljava-407
Show description for f881ed0
tonymorris
authored
f881ed0
View commit details
Copy full SHA for f881ed0
Browse repository at this point
Commits on Jul 25, 2020
Fixes #407. Add fj.data.Seq.bind(F<A, Seq<B>> f).
drewctaylorgtri
committed
4377adb
View commit details
Copy full SHA for 4377adb
Browse repository at this point
Merge pull request #409 from drewctaylor/functionaljava-406
Show description for d85daab
tonymorris
authored
d85daab
View commit details
Copy full SHA for d85daab
Browse repository at this point
Fixes #406. Several fj.data.Validation.accumulate functions construct unexpected or incorrect failures; add to ValidationTest.
drewctaylorgtri
committed
bf3fed0
View commit details
Copy full SHA for bf3fed0
Browse repository at this point
Merge pull request #404 from drewctaylor/functionaljava-403-option
Show description for 443565b
tonymorris
authored
443565b
View commit details
Copy full SHA for 443565b
Browse repository at this point
Commits on Jul 24, 2020
Fixes #403. Add fj.data.Option.sequence*, fj.data.Option.traverse.*; add sequenceEither, traverseEither as aliases for sequenceEitherRight, sequenceEitherLeft.
drewctaylorgtri
committed
fc85ee1
View commit details
Copy full SHA for fc85ee1
Browse repository at this point
Fixes #403. Add fj.data.Option.sequence*, fj.data.Option.traverse*; add bind tests.
drewctaylorgtri
committed
f9ec6ee
View commit details
Copy full SHA for f9ec6ee
Browse repository at this point
Fixes #403. Add fj.data.Option.sequence*, fj.data.Option.traverse*; correct comment, distinguish between 0 and 0.
drewctaylorgtri
committed
225622c
View commit details
Copy full SHA for 225622c
Browse repository at this point
Fixes #403. Add fj.data.Option.sequence*, fj.data.Option.traverse*.
drewctaylorgtri
committed
cb99e09
View commit details
Copy full SHA for cb99e09
Browse repository at this point
Merge pull request #405 from drewctaylor/functionaljava-403-validation
Show description for 848e2c0
tonymorris
authored
848e2c0
View commit details
Copy full SHA for 848e2c0
Browse repository at this point
Commits on Jul 23, 2020
Fixes #403. Add fj.data.Validation.sequence*, fj.data.Validation.traverse*.
drewctaylorgtri
committed
b8c3093
View commit details
Copy full SHA for b8c3093
Browse repository at this point
Commits on Jul 21, 2020
Merge pull request #402 from drewctaylor/functionaljava-401
Show description for d89c845
tonymorris
authored
d89c845
View commit details
Copy full SHA for d89c845
Browse repository at this point
Fixes #401. Add fj.test.Gen.sequence(Validation<E, Gen<A>>).
drewctaylorgtri
committed
0a50e8b
View commit details
Copy full SHA for 0a50e8b
Browse repository at this point
Commits on May 20, 2020
Merge pull request #400 from drewctaylor/functionaljava-400
Show description for 5ee01bf
tonymorris
authored
5ee01bf
View commit details
Copy full SHA for 5ee01bf
Browse repository at this point
Add fj.data.Option.sequence(Validation<E, Option<A>>).
drewctaylor
committed
e98db34
View commit details
Copy full SHA for e98db34
Browse repository at this point
Merge pull request #1 from functionaljava/series/4.x
Show description for ed18eaf
drewctaylor
authored
ed18eaf
View commit details
Copy full SHA for ed18eaf
Browse repository at this point
Merge pull request #399 from drewctaylor/functionaljava-398
Show description for 39896f5
tonymorris
authored
39896f5
View commit details
Copy full SHA for 39896f5
Browse repository at this point
Add fj.test.Gen.streamOf(Gen<A>), similar to fj.test.Gen.listOf(Gen<A>, int); returns a generator of streams whose values come from the given generator.
drewctaylor
committed
560db2e
View commit details
Copy full SHA for 560db2e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.