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 }}
blendmaster
/
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 3, 2014
Fixed #49 - show null for null parameter in show
mperry
committed
255beaa
View commit details
Copy full SHA for 255beaa
Browse repository at this point
Added type safe SafeIO type
mperry
committed
3106133
View commit details
Copy full SHA for 3106133
Browse repository at this point
Made TryCatchN family take a generic exception type parameter
mperry
committed
1b63285
View commit details
Copy full SHA for 1b63285
Browse repository at this point
Commits on Jul 2, 2014
Added partial application of first parameter for uncurried functions for F5-F8
mperry
committed
28c0e28
View commit details
Copy full SHA for 28c0e28
Browse repository at this point
Added env to debug cloud build
mperry
committed
d4d1dd4
View commit details
Copy full SHA for d4d1dd4
Browse repository at this point
Partial application for F3 and F4
Mark Perry
committed
28f099f
View commit details
Copy full SHA for 28f099f
Browse repository at this point
Added first class cons_
Mark Perry
committed
5d7a9d1
View commit details
Copy full SHA for 5d7a9d1
Browse repository at this point
Commits on Jul 1, 2014
Removed javadoc commands to get around Java 8 issues
mperry
committed
5df56fc
View commit details
Copy full SHA for 5df56fc
Browse repository at this point
Merge branch 'gradle2'
mperry
committed
4db435f
View commit details
Copy full SHA for 4db435f
Browse repository at this point
Upgrade to gradle 2.0
mperry
committed
aa5d16a
View commit details
Copy full SHA for aa5d16a
Browse repository at this point
Commits on Jun 22, 2014
Added sequence, traverse and join to IOFunctions
mperry
committed
212198d
View commit details
Copy full SHA for 212198d
Browse repository at this point
Commits on Jun 19, 2014
Fixed broken imports
mperry
committed
b138427
View commit details
Copy full SHA for b138427
Browse repository at this point
Made IO compatible with lambdas, moved methods to IOFunctions
mperry
committed
ce53b9f
View commit details
Copy full SHA for ce53b9f
Browse repository at this point
Commits on Jun 10, 2014
Set Gradle root project name
Mark Perry
committed
478e251
View commit details
Copy full SHA for 478e251
Browse repository at this point
Fixed javadoc link for Java 8/Gradle 2.0-rc-1
Mark Perry
committed
a94790b
View commit details
Copy full SHA for a94790b
Browse repository at this point
Set source compatibility 1.7 for default and 1.8 for each module that overrides the default
Mark Perry
committed
365cb6f
View commit details
Copy full SHA for 365cb6f
Browse repository at this point
Removed gradle 1.x / java 8 warning from settings.gradle
Mark Perry
committed
3d4e0f8
View commit details
Copy full SHA for 3d4e0f8
Browse repository at this point
Upgraded to Gradle 2.0-rc-1
Mark Perry
committed
7384ad7
View commit details
Copy full SHA for 7384ad7
Browse repository at this point
Added gradle wrapper
Mark Perry
committed
1e11acb
View commit details
Copy full SHA for 1e11acb
Browse repository at this point
Merge pull request #48 from xuwei-k/remove-slf4j-dependency
Show description for d043100
mperry
committed
d043100
View commit details
Copy full SHA for d043100
Browse repository at this point
Merge pull request #47 from arichiardi/master
Show description for 199ce36
mperry
committed
199ce36
View commit details
Copy full SHA for 199ce36
Browse repository at this point
Commits on Jun 7, 2014
remove slf4j dependency
xuwei-k
committed
bed9499
View commit details
Copy full SHA for bed9499
Browse repository at this point
Now findJavaCommand in lib.gradle is exposed and it is used by the other .gradle files.
arichiardi
committed
bc2b8fb
View commit details
Copy full SHA for bc2b8fb
Browse repository at this point
Commits on Jun 5, 2014
Fixed javadoc warnings for core submodule
Mark Perry
committed
79f2905
View commit details
Copy full SHA for 79f2905
Browse repository at this point
Consolidate common gradle code
Mark Perry
committed
c502854
View commit details
Copy full SHA for c502854
Browse repository at this point
Clean common gradle functionality
Mark Perry
committed
10f434d
View commit details
Copy full SHA for 10f434d
Browse repository at this point
Cleanup common code in lib.gradle
Mark Perry
committed
4d2fd9a
View commit details
Copy full SHA for 4d2fd9a
Browse repository at this point
Tidy up gradle scripts
Mark Perry
committed
5444dfa
View commit details
Copy full SHA for 5444dfa
Browse repository at this point
Unifiy library versions
Mark Perry
committed
55b0197
View commit details
Copy full SHA for 55b0197
Browse repository at this point
Simplified build scripts
Mark Perry
committed
de54cf7
View commit details
Copy full SHA for de54cf7
Browse repository at this point
Simplify build scripts
Mark Perry
committed
2334a95
View commit details
Copy full SHA for 2334a95
Browse repository at this point
Publish java8 module
Mark Perry
committed
cc2b403
View commit details
Copy full SHA for cc2b403
Browse repository at this point
Added java8 module to be published
Mark Perry
committed
263d2ed
View commit details
Copy full SHA for 263d2ed
Browse repository at this point
Commits on Jun 4, 2014
Add .exe to external javac 8 under windows
Mark Perry
committed
53a7a3e
View commit details
Copy full SHA for 53a7a3e
Browse repository at this point
Compile java8 with separate jvm
Mark Perry
committed
9a0f847
View commit details
Copy full SHA for 9a0f847
Browse repository at this point
Previous
Next
You can’t perform that action at this time.