Java / Collections
Difference between Predicate and function in Java 8.
Both helps in evaluating lambda expressions. The difference is a predicate takes one argument and returns a boolean value while a function takes one argument and returns an object.
More Related questions...