Packages

object ProcessGroup

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProcessGroup
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Mapper[F[_], O, E] extends AnyRef

    Mapper functions for altering a process group

  2. 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

  3. 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

  4. 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

  5. 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

  6. 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

  7. 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

  8. 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

  9. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped