deepCopyTransient

protected fun <SELF : State> SELF.deepCopyTransient(retainUuid: Boolean): SELF(source)

When invoked by the instance this on (another) instance self as self.deepCopyTransient(), this method copies Transient fields from this to self, and returns self.

See also