object ProcessGroup
- Alphabetic
- By Inheritance
- ProcessGroup
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait Mapper[O, E] extends AnyRef
Mapper functions for altering a process group
- case class ProcessGroupImpl(firstProcess: UnboundIEProcess[Prox.ProxStream[Byte]], innerProcesses: List[UnboundIEProcess[Prox.ProxStream[Byte]]], lastProcess: UnboundProcess, originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[Unit, Unit] with Prox.RedirectableOutput[[α$6$]ProcessGroupImplO[α$6$]] with Prox.RedirectableInput[ProcessGroupImplI] with Prox.RedirectableErrors[[α$7$]ProcessGroupImplE[α$7$]] with Product with Serializable
Process group with unbound input, output and error streams
- case class ProcessGroupImplE[E](firstProcess: UnboundIProcess[Prox.ProxStream[Byte], E], innerProcesses: List[UnboundIProcess[Prox.ProxStream[Byte], E]], lastProcess: UnboundIOProcess[E], originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[Unit, E] with Prox.RedirectableOutput[[α$5$]ProcessGroupImplOE[α$5$, E]] with Prox.RedirectableInput[ProcessGroupImplIE[E]] with Product with Serializable
Process group with bound error stream
- case class ProcessGroupImplI(firstProcess: UnboundEProcess[Prox.ProxStream[Byte]], innerProcesses: List[UnboundIEProcess[Prox.ProxStream[Byte]]], lastProcess: UnboundProcess, originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[Unit, Unit] with Prox.RedirectableOutput[[α$2$]ProcessGroupImplIO[α$2$]] with Prox.RedirectableErrors[[α$3$]ProcessGroupImplIE[α$3$]] with Product with Serializable
Process group with bound input stream
- case class ProcessGroupImplIE[E](firstProcess: Prox.Process[Prox.ProxStream[Byte], E], innerProcesses: List[UnboundIProcess[Prox.ProxStream[Byte], E]], lastProcess: UnboundIOProcess[E], originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[Unit, E] with Prox.RedirectableOutput[[α$1$]ProcessGroupImplIOE[α$1$, E]] with Product with Serializable
Process group with bound input and error streams
- case class ProcessGroupImplIO[O](firstProcess: UnboundEProcess[Prox.ProxStream[Byte]], innerProcesses: List[UnboundIEProcess[Prox.ProxStream[Byte]]], lastProcess: UnboundIEProcess[O], originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[O, Unit] with Prox.RedirectableErrors[[β$0$]ProcessGroupImplIOE[O, β$0$]] with Product with Serializable
Process group with bound input and output streams
- case class ProcessGroupImplIOE[O, E](firstProcess: Prox.Process[Prox.ProxStream[Byte], E], innerProcesses: List[UnboundIProcess[Prox.ProxStream[Byte], E]], lastProcess: UnboundIProcess[O, E], originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[O, E] with Product with Serializable
Process group with bound input, output and error streams
- case class ProcessGroupImplO[O](firstProcess: UnboundIEProcess[Prox.ProxStream[Byte]], innerProcesses: List[UnboundIEProcess[Prox.ProxStream[Byte]]], lastProcess: UnboundIEProcess[O], originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[O, Unit] with Prox.RedirectableInput[ProcessGroupImplIO[O]] with Prox.RedirectableErrors[[β$4$]ProcessGroupImplOE[O, β$4$]] with Product with Serializable
Process group with bound output stream
- case class ProcessGroupImplOE[O, E](firstProcess: UnboundIProcess[Prox.ProxStream[Byte], E], innerProcesses: List[UnboundIProcess[Prox.ProxStream[Byte], E]], lastProcess: UnboundIProcess[O, E], originalProcesses: List[Prox.Process[Unit, Unit]]) extends Prox.ProcessGroup[O, E] with Prox.RedirectableInput[ProcessGroupImplIOE[O, E]] with Product with Serializable
Process group with bound output and error streams
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()