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

ammonite.repl.api.SessionChanged.scala Maven / Gradle / Ivy

package ammonite.repl.api

trait SessionChanged {
  def removedImports: Set[scala.Symbol]
  def addedImports: Set[scala.Symbol]
  def removedJars: Set[java.net.URL]
  def addedJars: Set[java.net.URL]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy