Packages

object ContextOf

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

Type Members

  1. type Aux[PN, F[_]] = ContextOf[PN] { type Context[_] = F[_] }

Value Members

  1. def apply[PN <: ProcessNode[_, _, _, _, _], F[_]](implicit contextOf: Aux[PN, F]): Aux[PN, F]
  2. implicit def contextOfPipedProcess[F[_], Out, Err, PN1Out, PN1 <: ProcessNode[_, _, _, _, _], PN2 <: ProcessNode[_, _, _, _, _], IRS <: RedirectionState, ORS <: RedirectionState, ERS <: RedirectionState]: Aux[PipedProcess[F, Out, Err, PN1Out, PN1, PN2, IRS, ORS, ERS], F]
  3. implicit def contextOfProcess[F[_], Out, Err, OutResult, ErrResult, IRS <: RedirectionState, ORS <: RedirectionState, ERS <: RedirectionState]: Aux[Process[F, Out, Err, OutResult, ErrResult, IRS, ORS, ERS], F]