unmap Static Props
fun <T, Static> ImmutableConverter.Builder<T, Static>.unmapStaticProps(vararg staticProps: KProperty1<Static, *>): ImmutableConverter.Builder<T, Static>
Content copied to clipboard
fun <T, Static> ImmutableConverter.Builder<T, Static>.unmapStaticProps(staticProps: Collection<KProperty1<Static, *>>): ImmutableConverter.Builder<T, Static>
Content copied to clipboard