object Start
Type Members
- type Aux[F[_], PN, RP, RPL <: HList] = Start[F, PN] { ... /* 2 definitions in type refinement */ }
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- def apply[F[_], PN <: ProcessNode[_, _, _, _, _], RP, RPL <: HList](implicit start: Aux[F, PN, RP, RPL]): Aux[F, PN, RP, RPL]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- implicit def startPipedProcess[F[_], Out, Err, PN1 <: ProcessNode[_, _, _, _, _], PN2 <: ProcessNode[_, _, _, _, _], IRS <: RedirectionState, ORS <: RedirectionState, ERS <: RedirectionState, RP1, RPL1 <: HList, RP1Last, RP2, RPL2 <: HList, RP2Head, RP2Tail <: HList, RPT, RPL <: HList](implicit start1: Aux[F, PN1, RP1, RPL1], start2: Aux[F, PN2, RP2, RPL2], last1: shapeless.ops.hlist.Last.Aux[RPL1, RP1Last], rp1LastType: <:<[RP1Last, RunningProcess[F, Byte, _, _]], hcons2: shapeless.ops.hlist.IsHCons.Aux[RPL2, RP2Head, RP2Tail], prepend: shapeless.ops.hlist.Prepend.Aux[RPL1, RPL2, RPL], tupler: shapeless.ops.hlist.Tupler.Aux[RPL, RPT]): Aux[F, PipedProcess[F, Out, Err, Byte, PN1, PN2, IRS, ORS, ERS], RPT, RPL]
- implicit def startProcess[F[_], Out, Err, OutResult, ErrResult, IRS <: RedirectionState, ORS <: RedirectionState, ERS <: RedirectionState](implicit arg0: Monoid[OutResult]): Aux[F, Process[F, Out, Err, OutResult, ErrResult, IRS, ORS, ERS], RunningProcess[F, Out, OutResult, ErrResult], ::[RunningProcess[F, Out, OutResult, ErrResult], HNil]]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any