test-arranger icon indicating copy to clipboard operation
test-arranger copied to clipboard

Introduce copy methods for rearanging records and immutable fields

Open mjureczko opened this issue 2 years ago • 0 comments

Similar to kotlin's data Class copy methods. Should create new instance with values taken from old instance and accept overrides.

Rearranger.copy(object, Map<fieldName,overrider>)

mjureczko avatar Mar 30 '23 08:03 mjureczko