InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of Unaryoperator<t> Functional Interface? |
|
Answer» It represents an operation on a SINGLE operand that PRODUCES a RESULT of the same TYPE as its operand. It represents an operation on a single operand that produces a result of the same type as its operand. |
|