DelegateProvider

class DelegateProvider<Parent, Return>(parent: Parent, onCreation: (parent: Parent, property: KProperty<*>) -> Return)(source)

Constructors

Link copied to clipboard
constructor(parent: Parent, onCreation: (parent: Parent, property: KProperty<*>) -> Return)

Functions

Link copied to clipboard
operator fun provideDelegate(thisRef: Any?, property: KProperty<*>): Return