ClassPropertyDelegateProvider

class ClassPropertyDelegateProvider<OBJECT_TYPE : Object, VALUE>(    buildPropertyFunc: (propertyName: String) -> Property<OBJECT_TYPE, VALUE>)(source)

Constructors

Link copied to clipboard
constructor(buildPropertyFunc: (propertyName: String) -> Property<OBJECT_TYPE, VALUE>)

Functions

Link copied to clipboard