objectsOfType

open fun <T> objectsOfType(clazz: Class<T>): List<T>

Return all objects of the given type