<Kotlin. How to use generic types with lambda?> I'...
# stackoverflow
u
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 ?