Sys

harness.zio.Sys$
object Sys

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Sys.type

Members list

Type members

Classlikes

abstract class CmdBuilder[O](val run: (ProcessBuilder, Option[HarnessProcessLogger], Command) => IO[SysError, O])

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object execute.type
object execute0.type
object executeString0.type
Self type
final case class Command(cmdAndArgs: NonEmptyList[String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Command

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Command.type
final case class HarnessProcessLogger(runtime: Runtime[Logger], outLevel: LogLevel, errLevel: LogLevel) extends ProcessLogger

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ProcessLogger
class Object
trait Matchable
class Any
Show all
object execute extends CmdBuilder[Int]

Attributes

Supertypes
class CmdBuilder[Int]
class Object
trait Matchable
class Any
Self type
execute.type
object execute0 extends CmdBuilder[Unit]

Attributes

Supertypes
class CmdBuilder[Unit]
class Object
trait Matchable
class Any
Self type
execute0.type
object executeString0 extends CmdBuilder[String]

Attributes

Supertypes
class CmdBuilder[String]
class Object
trait Matchable
class Any
Self type