MavericksDelegateProvider

abstract class MavericksDelegateProvider<T, R>

Functions

provideDelegate
Link copied to clipboard
abstract operator fun provideDelegate(thisRef: T, property: KProperty<*>): Lazy<R>