fun <T : Parametrized> copyParamsTo(target: T): T
Copies parameters of this object to the specified target
target - object to copy to
target
Return the target object