krangl / krangl / isOfType

isOfType

fun <reified T> isOfType(items: Array<Any?>): Boolean

Test if for first non-null elemeent in list if it has specific type bu peeking into it from the top.