All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.class_impls_mergecopy.ssp Maven / Gradle / Ivy

The newest version!
<%@ val cls: com.foursquare.spindle.codegen.runtime.StructLike %>
  override def mergeCopy(that: ${cls.name}): ${cls.name} = {
    val ret = ${cls.name}.createRawRecord
    ret.merge(this)
    ret.merge(that)
    ret
  }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy