Key

final case class Key(value: String) extends AnyVal with Serializable
Companion
object
trait Product
trait Equals
trait Serializable
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def !=(that: String): Boolean
def ==(that: String): Boolean

Inherited methods

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