PropertySetter

fun interface PropertySetter<in T, in V>

Inheritors

Functions

Link copied to clipboard
abstract operator fun set(target: T, value: V)