getAll

fun <T : Any> getAll(cls: KClass<T>): List<T>

Get all services that are a super type of the given class