findStaticMapByIds

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