Join Slack
Communities
Powered by
I have a Java function in a third party library th...
# announcements
z
zoltu
08/10/2016, 9:45 PM
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).
Open in Slack
Previous
Next