CanDeepCopy

interface CanDeepCopy<out T>

Indicates that an object supports a deepCopy operation which will return a copy that can be safely mutated without affecting other instances.

Inheritors

Functions

Link copied to clipboard
abstract fun deepCopy(): T

Returns a deep copy of this object.