checkedCast

open fun <T> checkedCast(type: Class<T>, input: Collection<out Any>): Collection<out T>(source)