Interface MergeStrategy
public interface MergeStrategy
- Author:
- Rahul Thakur
-
Method Summary
-
Method Details
-
apply
Merges a dominantMergeable
instance with a recessive one.- Parameters:
dElt
- DominantMergeable
instance.rElt
- RecessiveMergeable
instance.- Throws:
MergeException
- TODO
-