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

dc10.scala.ScalaFile.scala Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package dc10.scala

import java.nio.file.Path

case class ScalaFile(path: Path, contents: List[Statement])
object ScalaFile:

  extension (file: ScalaFile)
    def addParent(path: Path): ScalaFile =
      file.copy(path = path.resolve(file.path))





© 2015 - 2025 Weber Informatics LLC | Privacy Policy