Interface HasCopy<T extends HasCopy<T>>

    • Method Detail

      • copy

        T copy()
        Create a deep copy of this model if it is mutable. If this class is not mutable, then this method may return itself. If the model implements HasParent, then the parent property will not be copied. Instead it will be set to null.
        Returns:
        the copy