joinCollection

fun <Z, T, R> From<Z, T>.joinCollection(prop: KProperty1<T, Collection<R>?>, type: JoinType = JoinType.INNER): CollectionJoin<T, R>