findStaticObjectMapByIds

abstract fun <ID, E : Any, S : Static<E>> findStaticObjectMapByIds(staticType: KClass<S>, ids: Collection<ID>): Map<ID, S>