operator fun getValue(thisRef: Node, property: KProperty<*>): LazyLoadingDelegate<T, R>

Gets the lazy loading delegate which is used to get the value of the property

Return

the lazy loading delegate which can be used to get the property

Parameters

thisRef

the Node containing the delegated property

property

the delegated property