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

geotrellis.process.package.scala Maven / Gradle / Ivy

The newest version!
package geotrellis

package object process {
  type Callback[+T] = (List[Any]) => StepOutput[T]
  type Args = List[Any]

  def time() = System.currentTimeMillis
  def log(msg: String) = if (false) println(msg)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy