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