I have a Java function in a third party library th...
# announcements
z
I have a Java function in a third party library that I want to call. It takes a
Foo
as a parameter. I'm making the call from Kotlin, and I don't want to instantiate a class implementing
Foo
just so I can call this function one time (the entire point of lambdas).