CloneBlank

final case class CloneBlank(id: CloneId, cloneable: Cloneable)

Used as the blueprint for any clones that want to copy it.

Used as the blueprint for any clones that want to copy it.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withCloneId(newCloneId: CloneId): CloneBlank
def withCloneable(newCloneable: Cloneable): CloneBlank

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product