In MCQ exam, I got this question
What functional interface will chaining function and a predicate give?
- A BiFunction
- A function
- A BiPredicate
- A Predicate
I read about what is a predicate interface. But what does the question mean? Do they want to combine chaining function and a predicate and form a functional interface ?
I did not understand question and I had just 1 minute.