in kotlin i can implement this Invokable ((Int,String) -> Unit ) in class (Int,String) -> Unit
without write interface
but i need cast object to this Invokable type from another class
can you help me
Source: Android Questions
in kotlin i can implement this Invokable ((Int,String) -> Unit ) in class (Int,String) -> Unit
without write interface
but i need cast object to this Invokable type from another class
can you help me
Source: Android Questions