Sysctl

final case class Sysctl(name: String, value: String)

Sysctl defines a kernel parameter to be set

Source:
Sysctl.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms name to result of function

transforms name to result of function

Source:
Sysctl.scala

transforms value to result of function

transforms value to result of function

Source:
Sysctl.scala
def withName(value: String): Sysctl

Returns a new data with name set to new value

Returns a new data with name set to new value

Source:
Sysctl.scala
def withValue(value: String): Sysctl

Returns a new data with value set to new value

Returns a new data with value set to new value

Source:
Sysctl.scala

Inherited methods

Inherited from:
Product