CachingReadOnlyProperty

open class CachingReadOnlyProperty<in R, out T> : ReadOnlyProperty<R, T>

Functions

Link copied to clipboard
open operator override fun getValue(thisRef: R, property: KProperty<*>): T