Package-level declarations

Types

Link copied to clipboard
class ClassPropertyDelegateProvider<OBJECT_TYPE : Object, VALUE>(buildPropertyFunc: (propertyName: String) -> Property<OBJECT_TYPE, VALUE>)
Link copied to clipboard
open class Property<OBJECT : Object, VALUE>(paramSpec: ParamSpec, storeInValueFunc: (gValue: Value, value: Any?) -> Unit, extractFromValueFunc: (gValue: Value) -> Any?, initValueFunc: (gValue: Value) -> Unit)