interface Subject<T> : MemoizedValue<T>
Author Ranie Jade Ramiso
Since 1.0
abstract operator fun getValue(ref: Any?, property: KProperty<*>): T