class CachedProperty<out T> : ReadOnlyProperty<Any, T>
(source)
<init> |
CachedProperty(loader: () -> T) |
loader |
val loader: () -> T |
getValue |
fun getValue(thisRef: Any, property: KProperty<*>): T |
invalidate |
fun invalidate(): Unit |