batchLoad

abstract fun <S : Any, T : Any> batchLoad(prop: KProperty1<S, T?>, sources: Collection<S>): Map<S, T>