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