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

mill.util.Watched.scala Maven / Gradle / Ivy

package mill.util

import mill.eval.PathRef

case class Watched[T](value: T, watched: Seq[PathRef])
object Watched{
  implicit def readWrite[T: upickle.default.ReadWriter] = upickle.default.macroRW[Watched[T]]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy