forList

abstract fun <S : Any, T : Any, R> forList(prop: KProperty1<S, List<T>>, block: KMutableRootQuery<Association<S, T>>.() -> KConfigurableRootQuery<Association<S, T>, R>): KConfigurableRootQuery<Association<S, T>, R>