Packages

p

c4s

process

package process

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package syntax

Type Members

  1. trait Extract[F[_]] extends AnyRef
  2. trait Process[F[_]] extends AnyRef
  3. final case class ProcessFailure[F[_]](result: ProcessResult[F]) extends RuntimeException with Product with Serializable
  4. final case class ProcessResult[F[_]](exitCode: ExitCode, output: Stream[F, Byte], error: Stream[F, Byte]) extends Product with Serializable

    Contains all the outputs returned when executing a c4s.process.Process

    Contains all the outputs returned when executing a c4s.process.Process

    exitCode

    Exit code of the execution

    output

    Stdout of the execution

    error

    Stderr of the execution

Value Members

  1. object Extract
  2. object Process

Ungrouped