One of the important features of a functional program is Function Currying.As we know java8 introduce lambda which brings some functional nature in java programming. We are blessed that by an intelligent use of Lambda we can create Function currying...
Home » Posts filed under java 8 stream
Function Curry in Java8
in
java 8 stream,
java8,
java8 feature,
java8feature
- on October 16, 2017
- No comments
stream api in java 8
in
java 1.8,
java 1.8 api,
java 8 stream,
java jdk 8,
java8,
java8 feature,
jdk 1.8,
jre 1.8,
stream api
- on August 07, 2016
- No comments
JAVA8 Stream API
The most powerful feature in Java8 is introducing Java.Util.Stream package.
By Steam API, We can do filter,map,reduce like operations on a collection . It is very useful as many times we need to filter a collection based on some...
Labels:
java 1.8,
java 1.8 api,
java 8 stream,
java jdk 8,
java8,
java8 feature,
jdk 1.8,
jre 1.8,
stream api