public final class Once<T extends Object>
Delegate class to implement properties that can be set only once.
Once()
final T
getValue(Object thisRef, KProperty<?> property)
final Unit
setValue(Object thisRef, KProperty<?> property, T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final T getValue(Object thisRef, KProperty<?> property)
final Unit setValue(Object thisRef, KProperty<?> property, T value)