Packages

package process

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CachedProc(cmd: Seq[String], onOutput: (Output) ⇒ Unit, onComplete: (Int, Long) ⇒ Unit) extends Product with Serializable
  2. case class Proc(cmd: Seq[String], out: (String) ⇒ Unit, err: (String) ⇒ Unit, log: (String) ⇒ Unit) extends Product with Serializable

Value Members

  1. object CachedProc extends Serializable

Ungrouped