groostav
class Delegate<THost, TProp> { //... fun copyFrom(obj: THost, newVal: TProp): THost = obj... }