SettingKey

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

Value members

Concrete methods

def apply(value: SettingValue): Setting

Create a new Setting with the provided value

Create a new Setting with the provided value

override def toString: String
Definition Classes
Any
def unapply(setting: Setting): Option[SettingValue]

Extract the value from the key

Extract the value from the key

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product