Skip to content

Some advantages of functional programming are: free code debug, efficient parallel programming, supported nested functions, lazy evaluation and so on.

Notifications You must be signed in to change notification settings

flaviocr2012/javafunctional

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javafunctional

Some functional interfaces seen in this repo are:

  1. Consumer
  2. Function
  3. Predicate
  4. Supplier

Combinator Pattern "The functional pattern representing a style of organizing libraries centered around the idea of combining functions."

Callbacks, lambdas, optionals and streams complete the list of the subjects.

Functional programming leads to a more transparent, cleaner code that helps the user in debugging and maintenance, and is fast becoming the go-to method for developers.

About

Some advantages of functional programming are: free code debug, efficient parallel programming, supported nested functions, lazy evaluation and so on.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages