com.sageserpent.kineticmerge.core.Resolution.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kinetic-merge_3 Show documentation
Show all versions of kinetic-merge_3 Show documentation
Merge branches in the presence of code motion within and between files.
The newest version!
package com.sageserpent.kineticmerge.core
trait Resolution[Element]:
def apply(base: Option[Element], left: Element, right: Element): Element
end Resolution
© 2015 - 2025 Weber Informatics LLC | Privacy Policy