SyntaxModule

io.github.vigoo.prox.SyntaxModule
trait SyntaxModule

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Prox
Self type

Members list

Type members

Classlikes

trait PipeBuilder[P]

Attributes

Supertypes
class Object
trait Matchable
class Any
class PipeBuilderSyntax[P](builder: PipeBuilder[P], channel: ProxPipe[Byte, Byte])

Attributes

Supertypes
class Object
trait Matchable
class Any
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

Attributes

Supertypes
class Object
trait Matchable
class Any
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"

Attributes

Supertypes
class Object
trait Matchable
class Any

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

Attributes

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"

Attributes