object ProcessGroup
- Alphabetic
- By Inheritance
- ProcessGroup
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
Mapper[F[_], O, E] extends AnyRef
Mapper functions for altering a process group
-
case class
ProcessGroupImpl[F[_]](firstProcess: UnboundIEProcess[F, Stream[F, Byte]], innerProcesses: List[UnboundIEProcess[F, Stream[F, Byte]]], lastProcess: UnboundProcess[F], originalProcesses: List[Process[F, Unit, Unit]])(implicit concurrent: Concurrent[F]) extends ProcessGroup[F, Unit, Unit] with RedirectableOutput[F, [β$6$]ProcessGroupImplO[F, β$6$]] with RedirectableInput[F, ProcessGroupImplI[F]] with RedirectableErrors[F, [β$7$]ProcessGroupImplE[F, β$7$]] with Product with Serializable
Process group with unbound input, output and error streams
-
case class
ProcessGroupImplE[F[_], E](firstProcess: UnboundIProcess[F, Stream[F, Byte], E], innerProcesses: List[UnboundIProcess[F, Stream[F, Byte], E]], lastProcess: UnboundIOProcess[F, E], originalProcesses: List[Process[F, Unit, Unit]])(implicit concurrent: Concurrent[F]) extends ProcessGroup[F, Unit, E] with RedirectableOutput[F, [β$5$]ProcessGroupImplOE[F, β$5$, E]] with RedirectableInput[F, ProcessGroupImplIE[F, E]] with Product with Serializable
Process group with bound error stream
-
case class
ProcessGroupImplI[F[_]](firstProcess: UnboundEProcess[F, Stream[F, Byte]], innerProcesses: List[UnboundIEProcess[F, Stream[F, Byte]]], lastProcess: UnboundProcess[F], originalProcesses: List[Process[F, Unit, Unit]])(implicit concurrent: Concurrent[F]) extends ProcessGroup[F, Unit, Unit] with RedirectableOutput[F, [β$2$]ProcessGroupImplIO[F, β$2$]] with RedirectableErrors[F, [β$3$]ProcessGroupImplIE[F, β$3$]] with Product with Serializable
Process group with bound input stream
-
case class
ProcessGroupImplIE[F[_], E](firstProcess: Process[F, Stream[F, Byte], E], innerProcesses: List[UnboundIProcess[F, Stream[F, Byte], E]], lastProcess: UnboundIOProcess[F, E], originalProcesses: List[Process[F, Unit, Unit]])(implicit concurrent: Concurrent[F]) extends ProcessGroup[F, Unit, E] with RedirectableOutput[F, [β$1$]ProcessGroupImplIOE[F, β$1$, E]] with Product with Serializable
Process group with bound input and error streams
-
case class
ProcessGroupImplIO[F[_], O](firstProcess: UnboundEProcess[F, Stream[F, Byte]], innerProcesses: List[UnboundIEProcess[F, Stream[F, Byte]]], lastProcess: UnboundIEProcess[F, O], originalProcesses: List[Process[F, Unit, Unit]])(implicit concurrent: Concurrent[F]) extends ProcessGroup[F, O, Unit] with RedirectableErrors[F, [γ$0$]ProcessGroupImplIOE[F, O, γ$0$]] with Product with Serializable
Process group with bound input and output streams
-
case class
ProcessGroupImplIOE[F[_], O, E](firstProcess: Process[F, Stream[F, Byte], E], innerProcesses: List[UnboundIProcess[F, Stream[F, Byte], E]], lastProcess: UnboundIProcess[F, O, E], originalProcesses: List[Process[F, Unit, Unit]])(implicit concurrent: Concurrent[F]) extends ProcessGroup[F, O, E] with Product with Serializable
Process group with bound input, output and error streams
-
case class
ProcessGroupImplO[F[_], O](firstProcess: UnboundIEProcess[F, Stream[F, Byte]], innerProcesses: List[UnboundIEProcess[F, Stream[F, Byte]]], lastProcess: UnboundIEProcess[F, O], originalProcesses: List[Process[F, Unit, Unit]])(implicit concurrent: Concurrent[F]) extends ProcessGroup[F, O, Unit] with RedirectableInput[F, ProcessGroupImplIO[F, O]] with RedirectableErrors[F, [γ$4$]ProcessGroupImplOE[F, O, γ$4$]] with Product with Serializable
Process group with bound output stream
-
case class
ProcessGroupImplOE[F[_], O, E](firstProcess: UnboundIProcess[F, Stream[F, Byte], E], innerProcesses: List[UnboundIProcess[F, Stream[F, Byte], E]], lastProcess: UnboundIProcess[F, O, E], originalProcesses: List[Process[F, Unit, Unit]])(implicit concurrent: Concurrent[F]) extends ProcessGroup[F, O, E] with RedirectableInput[F, ProcessGroupImplIOE[F, 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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()