Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
fun interface PropertyGetter<in T, V>
Link copied to clipboard
fun interface PropertySetter<in T, in V>
Link copied to clipboard
class SimplePropertyGetter<T, V>(val property: KProperty1<T, V>) : PropertyGetter<T, V>
Link copied to clipboard
Link copied to clipboard
class StaticPropertyGetter<T, V>(val value: V) : PropertyGetter<T, V>