SettingKey

final case class SettingKey(code: Int, name: String)
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Create a new Setting with the provided value

Create a new Setting with the provided value

Source:
Http2Settings.scala
override def toString: String
Definition Classes
Any
Source:
Http2Settings.scala

Extract the value from the key

Extract the value from the key

Source:
Http2Settings.scala

Inherited methods

Inherited from:
Product