joinMap

fun <Z, T, R, V> From<Z, T>.joinMap(prop: KProperty1<T, Map<R, V>?>, type: JoinType = JoinType.INNER): MapJoin<T, R, V>