Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / functional

Functional

functional

Great Reads

by BlackMATov
One of the currying options and partial application of the functions in C++ which is my personal favourite
by Mahsa Hassankashi
Functional Programming Advantages
by JIANGWilliam
This is the first of three episodes to introduce considerations and techniques used for the throwable functional interfaces defined in my open-sourced library functionExtensions.
by JIANGWilliam
This is the third of three episodes to introduce considerations and techniques applied in Repository classes in my open-sourced library functionExtensions.

Latest Articles

by BlackMATov
One of the currying options and partial application of the functions in C++ which is my personal favourite
by Mahsa Hassankashi
Functional Programming Advantages
by JIANGWilliam
This is the first of three episodes to introduce considerations and techniques used for the throwable functional interfaces defined in my open-sourced library functionExtensions.
by JIANGWilliam
This is the third of three episodes to introduce considerations and techniques applied in Repository classes in my open-sourced library functionExtensions.

All Articles

Sort by Score

functional 

by Trần_Tuấn_Anh
Functional interfaces are a core concept in Java, particularly in the context of functional programming. But what exactly are they, and why should you care about them?
by Trần_Tuấn_Anh
Lambda functions are a powerful feature introduced in Java 8 that revolutionize how you write and manage code. They allow for more concise and readable code, especially when dealing with functional interfaces.