map
fun <Y> map(prop: KProperty1<T, Y?>, block: KImmutableConverterDsl.Mapping<Static, *, Y>.() -> Unit)
Content copied to clipboard
fun <X, Y> map(prop: KProperty1<T, Y?>, staticProp: KProperty1<Static, X?>, block: KImmutableConverterDsl.Mapping<Static, X, Y>.() -> Unit)
Content copied to clipboard