GraphMine

graphmine-util / io.github.sof3.graphmine.util / VarDelegateProvider

VarDelegateProvider

interface VarDelegateProvider<in R, T>

An interface to help completing the provideDelegate operator function for var property delegation.

Functions

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.