SimplePropertyGetter

class SimplePropertyGetter<T, V>(val property: KProperty1<T, V>) : PropertyGetter<T, V>

Constructors

Link copied to clipboard
constructor(property: KProperty1<T, V>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun get(receiver: T): V