Kotlin and SAM interface with two parameters

This seems to mean that using auto-conversion, any code that used a custom interface and lambda expression in Java 8, must be converted manually to be inline object as object: MyInterface { override fun blah() { ... } } (like in pre-Java 8 times and anonymous interface implementation)

1 Like