map
fun <T, Static> ImmutableConverter.Builder<T, Static>.map(prop: KProperty1<T, Static>): ImmutableConverter.Builder<T, Static>
Content copied to clipboard
fun <T, Static> ImmutableConverter.Builder<T, Static>.map(prop: KProperty1<T, *>, staticProp: KProperty1<Static, *>): ImmutableConverter.Builder<T, Static>
Content copied to clipboard