How to check if there is a lambda in Kotlin? For example, I have a signature, for example
onError:(Throwable) -> Unit = {}
How can I distinguish this default value comes to the body or the value applied to this function?
function android lambda kotlin
Sunstrike
source share