implicit class ProcessOps[PN <: ProcessNode[_, _, _, _, _]] extends AnyRef
- Alphabetic
- By Inheritance
- ProcessOps
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ProcessOps(processNode: PN)
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[java.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[java.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()
- def start[F[_], RP](blocker: Blocker)(implicit contextOf: Aux[PN, F], start: Aux[F, PN, RP, _], concurrent: Concurrent[F], contextShift: ContextShift[F]): F[RP]
Starts the process
Starts the process
- RP
Type encoding the RunningProcess instances
- blocker
Execution context for the blocking stream IO
- start
Type class implementing the process starting
- contextShift
Context shifter to be used for the streams
- returns
Returns the RunningProcess instances for the system processes which has been started
- def startHL[F[_], RPL <: HList](blocker: Blocker)(implicit contextOf: Aux[PN, F], start: Aux[F, PN, _, RPL], concurrent: Concurrent[F], contextShift: ContextShift[F]): F[RPL]
Starts the process
Starts the process
- RPL
Type encoding the RunningProcess instances in a shapeless.HList
- blocker
Execution context for the blocking stream IO
- start
Type class implementing the process starting
- contextShift
Context shifter to be used for the streams
- returns
Returns the HList of RunningProcess instances for the system processes which has been started
- 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()