Join Slack
Powered by
<Kotlin. How to use generic types with lambda?> I'...
# stackoverflow
u
user
07/14/2022, 4:31 PM
Kotlin. How to use generic types with lambda?
I'm using function type onError: class Status( private val onError: (T) -> Unit ) I need to make my lambda argument covariance (with out)? Is it possible ?
2
Views
Open in Slack
Previous
Next