class ObjectPropertyDelegate<M : Any, T> : TrackedDelegate<M>
<init> |
ObjectPropertyDelegate(klass: KClass<M>, objectPropertyProperty: (M) -> ObjectProperty<T>) |
objectPropertyProperty |
val objectPropertyProperty: (M) -> ObjectProperty<T> |
klass |
val klass: KClass<M> |
getValue |
operator fun getValue(thisRef: Any, property: KProperty<*>): ObjectProperty<T> |