A

Admin • 802.91K Points
Coach

Q. What does a lambda like `(x, y) -> x * y` implement?

  • (A) Supplier
  • (B) BiFunction
  • (C) Predicate
  • (D) Runnable

Explanation by: Admin
It takes two parameters and returns a result, matching `BiFunction`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.