So I'm using an api that uses lambdas a lot in jav...
# announcements
a
So I'm using an api that uses lambdas a lot in java, and I'm using kotlin, and since kotlin allows you to set lambda parameter names to underscores if you're not using them, when I replace that lambda with a function reference and I have to create the parameters for the function to work correctly when referenced, and if we're doing the same thing inside of a lambda but as a reference, how come we can't set unused referenced function parameters to underscores like lambdas?