Skip to content

shajikurian/Java-8-Predicate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java-8-Predicate

In java 8, Predicate a functional interface and can therefore be used as the assignment target for a lambda expression or method reference. They could be used anywhere in day to day programming where it need to evaluate a condition on group/collection of similar objects such that evaluation can result either in true or false.

About

In java 8, Predicate a functional interface and can therefore be used as the assignment target for a lambda expression or method reference. They could be used anywhere in day to day programming where it need to evaluate a condition on group/collection of similar objects such that evaluation can result either in true or false.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages