A

Admin • 828.43K Points
Coach

Q. Which functional interface is used to evaluate conditions with lambda expressions?

  • (A) Function
  • (B) Consumer
  • (C) Predicate
  • (D) Supplier

Explanation by: Admin
`Predicate<T>` is a functional interface that evaluates a condition and returns a boolean.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.