disallowChanges

abstract fun disallowChanges()(source)

Disallows further direct changes to this object.

This differs from finalizeValue in that it does not calculate the final value of this object, and so any source for the value will continue to be used until the value is finalized.

If the value of this object is already final, this method does nothing.