public interface Mergeable
Merge to perform merge operation.
Result can vary a lot depending on object implementation and provided Merge settings.
To customize the way object can be merged implement MergeBehavior directly instead of this interface.
It will provide you with a method which could be invoked upon merge operation in case it is supported by specific Merge instance.Merge,
MergeBehaviorCopyright © 2020. All rights reserved.