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

trait ProcessBuilder extends Source with Sink

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. ProcessBuilder
  2. Sink
  3. Source
  4. AnyRef
  5. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Abstract Value Members

  1. abstract def !(log: ProcessLogger): Int
  2. abstract def !: Int
  3. abstract def !!(log: ProcessLogger): String
  4. abstract def !!: String
  5. abstract def !!<(log: ProcessLogger): String
  6. abstract def !!<: String
  7. abstract def !<(log: ProcessLogger): Int
  8. abstract def !<: Int
  9. abstract def ###(other: ProcessBuilder): ProcessBuilder
  10. abstract def #&&(other: ProcessBuilder): ProcessBuilder
  11. abstract def #|(other: ProcessBuilder): ProcessBuilder
  12. abstract def #||(other: ProcessBuilder): ProcessBuilder
  13. abstract def canPipeTo: Boolean
  14. abstract def hasExitValue: Boolean
  15. abstract def lineStream(log: ProcessLogger): Stream[String]
  16. abstract def lineStream: Stream[String]
  17. abstract def lineStream_!(log: ProcessLogger): Stream[String]
  18. abstract def lineStream_!: Stream[String]
  19. abstract def run(log: ProcessLogger, connectInput: Boolean): Process
  20. abstract def run(connectInput: Boolean): Process
  21. abstract def run(io: ProcessIO): Process
  22. abstract def run(log: ProcessLogger): Process
  23. abstract def run(): Process
  24. abstract def toSink: ProcessBuilder
  25. abstract def toSource: ProcessBuilder

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def #<(b: ProcessBuilder): ProcessBuilder
  4. def #<(in: ⇒ InputStream): ProcessBuilder
  5. def #<(f: URL): ProcessBuilder
  6. def #<(f: File): ProcessBuilder
  7. def #>(b: ProcessBuilder): ProcessBuilder
  8. def #>(out: ⇒ OutputStream): ProcessBuilder
  9. def #>(f: File): ProcessBuilder
  10. def #>>(f: File): ProcessBuilder
  11. def +(other: String): String
  12. def ->[B](y: B): (ProcessBuilder, B)
  13. final def ==(arg0: Any): Boolean
  14. final def asInstanceOf[T0]: T0
  15. def cat: ProcessBuilder
  16. def clone(): AnyRef
  17. def ensuring(cond: (ProcessBuilder) ⇒ Boolean, msg: ⇒ Any): ProcessBuilder
  18. def ensuring(cond: (ProcessBuilder) ⇒ Boolean): ProcessBuilder
  19. def ensuring(cond: Boolean, msg: ⇒ Any): ProcessBuilder
  20. def ensuring(cond: Boolean): ProcessBuilder
  21. final def eq(arg0: AnyRef): Boolean
  22. def equals(arg0: Any): Boolean
  23. def finalize(): Unit
  24. final def getClass(): Class[_]
  25. def hashCode(): Int
  26. final def isInstanceOf[T0]: Boolean
  27. final def ne(arg0: AnyRef): Boolean
  28. final def notify(): Unit
  29. final def notifyAll(): Unit
  30. final def synchronized[T0](arg0: ⇒ T0): T0
  31. def toString(): String
  32. final def wait(): Unit
  33. final def wait(arg0: Long, arg1: Int): Unit
  34. final def wait(arg0: Long): Unit
  35. def →[B](y: B): (ProcessBuilder, B)

Ungrouped