class SubjectDelegate<M : Any, T> : TrackedDelegate<M>| <init> |
SubjectDelegate(klass: KClass<M>, subjectProperty: (M) -> <ERROR CLASS><T, T>) |
| subjectProperty |
val subjectProperty: (M) -> <ERROR CLASS><T, T> |
| klass |
val klass: KClass<M> |
| getValue |
operator fun getValue(thisRef: Any, property: KProperty<*>): <ERROR CLASS><T, T> |