SyntaxModule

class Object
trait Matchable
class Any
trait Prox

Type members

Classlikes

trait PipeBuilder[P]
class PipeBuilderSyntax[P](builder: PipeBuilder[P], channel: ProxPipe[Byte, Byte])
implicit class ProcessPiping(process: UnboundProcess)

Extension methods for unbound processes enabling the creation of process groups

Extension methods for unbound processes enabling the creation of process groups

implicit class ProcessStringContextIO(ctx: StringContext)

String interpolator for an alternative of Process.apply

String interpolator for an alternative of Process.apply

val process = proc"ls -hal $dir"

Implicits

Implicits

final implicit def ProcessPiping(process: <none>): ProcessPiping

Extension methods for unbound processes enabling the creation of process groups

Extension methods for unbound processes enabling the creation of process groups

final implicit def ProcessStringContextIO(ctx: StringContext): ProcessStringContextIO

String interpolator for an alternative of Process.apply

String interpolator for an alternative of Process.apply

val process = proc"ls -hal $dir"