Q. What does the `Function` functional interface do?
β
Correct Answer: (C)
Transforms input to output
Explanation: `Function` transforms input of type T to output of type R.