graphmine-util / io.github.sof3.graphmine.util / DelegateProvider / provideDelegate
abstract operator fun provideDelegate(thisRef: R, property: KProperty<*>): ReadOnlyProperty<R, T>
Provide the ReadOnlyProperty for delegation. Could use Ref if no special logic is required.