I was wondering what is the difference between Unary-Operator and Consumer functional interfaces?
Eventually, both of them get a function and apply it to a generic T.
Thank you in advance!
I was wondering what is the difference between Unary-Operator and Consumer functional interfaces?
Eventually, both of them get a function and apply it to a generic T.
Thank you in advance!