Basically the code posted there becomes: ``` ...
# datascience
a
Basically the code posted there becomes:
Copy code
val x = object : AbstractFunction1<Tuple2<String,PortableDataStream>, Any>() {
            override fun apply(tuple: Tuple2<String,PortableDataStream>?): Any {
                return true
            }
        }