differ-core / com.differ.differcore.utils / kotlin.collections.MutableList

Extensions for kotlin.collections.MutableList

asMutableListOfType

Cast MutableList with raw parameter type to specified parameter T.

fun <T> MutableList<*>.asMutableListOfType(): MutableList<T>?