TransformedField

class TransformedField<V, R>(val prop: KProperty0<V>, val transform: (V) -> R)

Constructors

Link copied to clipboard
constructor(prop: KProperty0<V>, transform: (V) -> R)

Properties

Link copied to clipboard
Link copied to clipboard
val transform: (V) -> R

Functions

Link copied to clipboard
inline operator fun getValue(thisRef: Any?, property: KProperty<*>): R