``` fun someFunctionHandler(`object` : Any) : Unit...
# gradle
j
Copy code
fun someFunctionHandler(`object` : Any) : Unit {
    // do a thing with object
}
var someFunction : (Any) -> Unit by extra
someFunction = this::someFunctionHandler