Key

final case class Key(value: String)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def map(f: String => String): Key
def replace(from: Char, to: Char): Key
def replace(from: CharSequence, to: CharSequence): Key

Inherited methods

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