Scala Standard Library 2.12.18 - scala.sys.process.ProcessIO (original) (raw)

final class ProcessIO extends AnyRef

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. ProcessIO
  2. AnyRef
  3. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Instance Constructors

  1. new ProcessIO(in: (OutputStream) ⇒ Unit, out: (InputStream) ⇒ Unit, err: (InputStream) ⇒ Unit)
  2. new ProcessIO(writeInput: (OutputStream) ⇒ Unit, processOutput: (InputStream) ⇒ Unit, processError: (InputStream) ⇒ Unit, daemonizeThreads: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (ProcessIO, B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def clone(): AnyRef
  8. val daemonizeThreads: Boolean
  9. def daemonized(): ProcessIO
  10. def ensuring(cond: (ProcessIO) ⇒ Boolean, msg: ⇒ Any): ProcessIO
  11. def ensuring(cond: (ProcessIO) ⇒ Boolean): ProcessIO
  12. def ensuring(cond: Boolean, msg: ⇒ Any): ProcessIO
  13. def ensuring(cond: Boolean): ProcessIO
  14. final def eq(arg0: AnyRef): Boolean
  15. def equals(arg0: Any): Boolean
  16. def finalize(): Unit
  17. final def getClass(): Class[_]
  18. def hashCode(): Int
  19. final def isInstanceOf[T0]: Boolean
  20. final def ne(arg0: AnyRef): Boolean
  21. final def notify(): Unit
  22. final def notifyAll(): Unit
  23. val processError: (InputStream) ⇒ Unit
  24. val processOutput: (InputStream) ⇒ Unit
  25. final def synchronized[T0](arg0: ⇒ T0): T0
  26. def toString(): String
  27. final def wait(): Unit
  28. final def wait(arg0: Long, arg1: Int): Unit
  29. final def wait(arg0: Long): Unit
  30. def withError(process: (InputStream) ⇒ Unit): ProcessIO
  31. def withInput(write: (OutputStream) ⇒ Unit): ProcessIO
  32. def withOutput(process: (InputStream) ⇒ Unit): ProcessIO
  33. val writeInput: (OutputStream) ⇒ Unit
  34. def →[B](y: B): (ProcessIO, B)

Ungrouped