Copyable

interface Copyable<out T : Any>(source)

Functions

Link copied to clipboard
abstract fun copy(): T

Copies the instance and its state to a new instance that is wholly independent of the old instance.