getValue

operator fun <T> Accessor<T>.getValue(thisRef: SourceScope, property: KProperty<*>): T
operator fun <T> Accessor<T>.getValue(thisRef: TargetScope, property: KProperty<*>): T
operator fun <T> Accessor<T>.getValue(thisRef: EventScope, property: KProperty<*>): T