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
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): 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[_]
- 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[RP](implicit start: Aux[PN, RP, _], executionContext: ExecutionContext): IO[RP]
Starts the process
Starts the process
- RP
Type encoding the RunningProcess instances
- start
Type class implementing the process starting
- executionContext
Execution context to run the streams in
- returns
Returns the RunningProcess instances for the system processes which has been started
-
def
startHL[RPL <: HList](implicit start: Aux[PN, _, RPL], executionContext: ExecutionContext): IO[RPL]
Starts the process
Starts the process
- RPL
Type encoding the RunningProcess instances in a shapeless.HList
- start
Type class implementing the process starting
- executionContext
Execution context to run the streams in
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )