operator fun <T> SetProperty<T>.getValue(receiver: Any?, property: KProperty<*>): Set<T>
Provides 'get' functional extension for the SetProperty object. |
|
operator fun <T> SetProperty<T>.setValue(receiver: Any?, property: KProperty<*>, value: Set<T>): Unit
Provides 'set' functional extension for the SetProperty object. |